Preparing the Plugin SDK to become a part of the build, it is not yet.
git-svn-id: svn://10.0.0.236/trunk@109503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,28 +22,29 @@
|
||||
DEPTH=..\..\..\..\..\..\..
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
#MODULE=npbasic
|
||||
MODULE=npbasic
|
||||
|
||||
#MAKE_OBJ_TYPE = DLL
|
||||
#DLLNAME = npbasic
|
||||
#RESFILE = basic.res
|
||||
#DEFFILE = basic.def
|
||||
#DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||
MAKE_OBJ_TYPE = DLL
|
||||
DLLNAME = npbasic
|
||||
RESFILE = basic.res
|
||||
DEFFILE = basic.def
|
||||
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||
|
||||
#LCFLAGS = $(LCFLAGS) -I..\..\include -I..\..\..\include
|
||||
CFLAGS = $(CFLAGS) -I..\..\include -I..\..\..\include
|
||||
|
||||
#OBJS = \
|
||||
# .\$(OBJDIR)\npn_gate.obj \
|
||||
# .\$(OBJDIR)\npp_gate.obj \
|
||||
# .\$(OBJDIR)\np_entry.obj \
|
||||
# .\$(OBJDIR)\plugin.obj \
|
||||
# $(NULL)
|
||||
OBJS = \
|
||||
.\$(OBJDIR)\plugin.obj \
|
||||
$(NULL)
|
||||
|
||||
#WIN_LIBS = version.lib
|
||||
LLIBS = \
|
||||
..\..\common\$(OBJDIR)\plugingate.lib \
|
||||
$(NULL)
|
||||
|
||||
WIN_LIBS = version.lib
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
#libs:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
|
||||
clobber::
|
||||
rm -f *.sbr
|
||||
$(RM) -f *.sbr
|
||||
|
||||
Reference in New Issue
Block a user