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.
27 lines
393 B
27 lines
393 B
MAJORCOMP=shell
|
|
MINORCOMP=accesory
|
|
|
|
TARGETNAME=clipbrd
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.
|
|
|
|
386_STDCALL=1
|
|
|
|
SOURCES=clipfile.c \
|
|
clipinit.c \
|
|
wndproc.c \
|
|
dib.c \
|
|
clipbrd.rc \
|
|
clipbrd.c
|
|
|
|
C_DEFINES=-DWIN32
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
UMLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|