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.
20 lines
442 B
20 lines
442 B
#
|
|
# Must set TARGETNAME and DLLBASE before including this file
|
|
#
|
|
|
|
TARGETTYPE=DYNLINK
|
|
|
|
UMTYPE=windows
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
..\..\lzx\encoder\$(O)\lzxpc.lib \
|
|
..\..\lzx\decoder\$(O)\lzxpd.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DBUILDING_PATCHAPI_DLL=1
|
|
|
|
SOURCES=$(SOURCES) $(TARGETNAME).rc
|
|
|
|
!if "$(TARGET_DIRECTORY)" != "i386"
|
|
!undef NO_NTDLL
|
|
!endif
|