21 lines
280 B
Plaintext
21 lines
280 B
Plaintext
!include ..\..\..\place.inc
|
|
|
|
TARGETNAME=TestExe
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
MAJORCOMP=setup
|
|
MINORCOMP=TestExe
|
|
|
|
SOURCES= \
|
|
main.cpp \
|
|
resource.rc
|
|
|
|
INCLUDES=\
|
|
..; \
|
|
..\..\..\inc
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib
|