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.
27 lines
405 B
27 lines
405 B
MAJORCOMP=AppCompat
|
|
MINORCOMP=DemoApp
|
|
|
|
TARGETNAME=demodll
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
|
|
INCLUDES=..;
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=\
|
|
demodll.rc \
|
|
dll.c
|
|
|
|
DLLENTRY=DllMain
|
|
|
|
DLLBASE=0x1000000
|
|
UMTYPE=windows
|
|
|
|
MSC_WARNING_LEVEL=/WX /W3
|
|
|