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.
23 lines
335 B
23 lines
335 B
!include ..\..\..\place.inc
|
|
|
|
TARGETNAME=FList
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
MAJORCOMP=setup
|
|
MINORCOMP=FList
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
USE_MSVCRT=1
|
|
USE_IOSTREAM=1
|
|
|
|
SOURCES= main.cpp \
|
|
other.cpp \
|
|
resource.rc
|
|
|
|
INCLUDES=\
|
|
..;
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib
|