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.
19 lines
403 B
19 lines
403 B
TARGETNAME=common
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(BASE_INC_PATH) \
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=\
|
|
common.c
|
|
|
|
C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE
|
|
|
|
UMLIBS= $(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib
|
|
|