mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
861 B
37 lines
861 B
TARGETNAME=infgen
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MC_SOURCEDIR=$(O)
|
|
UMTYPE=console
|
|
|
|
DLLDEF=infgen.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_CRTDLL=1
|
|
|
|
# MBCS->UNICODE->MBCS seems to have problems so
|
|
# we are just going to live in an ANSI world.
|
|
# fwprintf() was returning -1 on Japanese characters
|
|
#C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
SOURCES= \
|
|
infgen.cpp \
|
|
factory.cpp \
|
|
simpledb.cpp \
|
|
interface_i.c \
|
|
interface.idl \
|
|
message.mc \
|
|
infgen.rc
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|