mirror of https://github.com/tongzx/nt5src
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.
20 lines
408 B
20 lines
408 B
TARGETNAME=cluslog
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
UMLIBS=\
|
|
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\comdlg32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\shell32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\user32.lib
|
|
|
|
|
|
SOURCES= \
|
|
CApplicationWindow.cpp \
|
|
CFindDialog.cpp \
|
|
ClusLog.cpp \
|
|
resource.rc \
|
|
StdAfx.cpp
|