(file) Return to sources.inc CVS log (file) (dir) Up to [OMI] / omi / nits / sampleproduct

File: [OMI] / omi / nits / sampleproduct / sources.inc (download)
Revision: 1.1, Mon Apr 20 17:19:54 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

!include $(PROJECT_ROOT)\wmi\winomi\nits\makefile.cmn

TARGETNAME=NitsSampleProduct
TARGETTYPE=DYNLINK

INCLUDES=$(INCLUDES); \
    $(ADMIN_INC_PATH); \

SOURCES= \
        ..\sampleproduct.cpp \
        ..\NitsSampleProduct.rc

TARGETLIBS= $(TARGETLIBS) \
    $(ADMIN_LIB_PATH)\pal.lib \

C_DEFINES=$(C_DEFINES) /D_UNICODE /DUNICODE /DHOOK_BUILD

DLLDEF=
DLLDEF_OBJECTS= \
    $(ADMIN_LIB_PATH)\nitsstub.obj \


ViewCVS 0.9.2