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
326 B
20 lines
326 B
TARGETNAME=thunk32
|
|
TARGETPATH=obj
|
|
PASS1_PUBLISH={$(O)\thunk32.lib=$(SDK_LIB_PATH)\thunk32.lib}
|
|
|
|
!if !$(386)
|
|
TARGETTYPE=LIBRARY
|
|
!else
|
|
TARGETTYPE=DYNLINK
|
|
!endif
|
|
DLLBASE=0x1000000
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=thunk32.c \
|
|
thunk32.rc
|
|
|
|
UMTYPE=console
|
|
|
|
# Ships in the SDK
|
|
BUFFER_OVERFLOW_CHECKS=0
|