24 lines
419 B
Plaintext
24 lines
419 B
Plaintext
|
TARGETNAME=custcon
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
USE_MFCUNICODE=1
|
||
|
|
||
|
INCLUDES=$(WINDOWS_INC_PATH)
|
||
|
|
||
|
SOURCES= \
|
||
|
AboutDlg.cpp \
|
||
|
custcon.cpp \
|
||
|
custcon.rc \
|
||
|
custconDlg.cpp \
|
||
|
Registry.cpp \
|
||
|
KeyDef.cpp
|
||
|
|
||
|
UMTYPE=windows
|
||
|
PRECOMPILED_CXX=1
|
||
|
PRECOMPILED_INCLUDE=stdafx.h
|
||
|
PRECOMPILED_PCH=stdafx.pch
|
||
|
PRECOMPILED_OBJ=stdafx.obj
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\version.lib
|