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.
24 lines
391 B
24 lines
391 B
TARGETNAME = loadprofile
|
|
TARGETPATH = obj
|
|
TARGETTYPE = PROGRAM
|
|
TARGETLIBS =
|
|
|
|
USE_MSVCRT = 1
|
|
USE_CRTDLL = 1
|
|
|
|
C_DEFINES= $(C_DEFINES) -DCOLOR -DUNICODE -D_UNICODE
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
SOURCES= \
|
|
loadprofile.cpp
|
|
|
|
INCLUDES=
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\Secur32.lib\
|
|
$(SDK_LIB_PATH)\Userenv.lib
|
|
|
|
|
|
|