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.
42 lines
839 B
42 lines
839 B
|
|
|
|
MAJORCOMP=shell
|
|
MINORCOMP=accesory
|
|
|
|
# Library name
|
|
TARGETNAME=dummy
|
|
|
|
TARGETPATH=obj
|
|
|
|
# LIBRARY for multiple-module apps, DYNLINK for DLLs
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.; \
|
|
..\common
|
|
|
|
# Every source file EXCEPT your main, w/extensions
|
|
SOURCES=callback.c \
|
|
ddeutil.c \
|
|
islocal.c \
|
|
clipsrv.rc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
|
|
C_DEFINES=-DWIN_32 -DNT
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=windows
|
|
|
|
# If you use UMAPPL, running BUILD automatically builds the exe
|
|
UMAPPL=CLIPSRV
|
|
|
|
# Libs to build, including .\$(O)\$(TARGETNAME).lib.
|
|
UMLIBS=.\$(O)\dummy.lib \
|
|
.\$(O)\clipsrv.RES \
|
|
..\common\$(O)\common.lib \
|
|
$(SDK_LIB_PATH)\nddeapi.lib
|
|
|
|
# "winmain" MUST be in lower case.
|
|
UMENTRY=main
|