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.
23 lines
343 B
23 lines
343 B
TARGETNAME=logview
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib
|
|
|
|
C_DEFINES=-DWIN32 -DWINVER=0x0400
|
|
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
SOURCES=\
|
|
LOGVIEW.RC \
|
|
LOGVIEW.C \
|
|
FVFILE.C \
|
|
FVFIND.C \
|
|
FVINIT.C \
|
|
FVOPEN.C \
|
|
FVPRINT.C
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|