mirror of https://github.com/lianthony/NT4.0
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.
37 lines
740 B
37 lines
740 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
|
|
|
|
|
|
C_DEFINES=-DWIN_32 -DNT
|
|
|
|
UMTYPE=windows
|
|
|
|
# If you use UMAPPL, running BUILD automatically builds the exe
|
|
UMAPPL=CLIPSRV
|
|
|
|
# Libs to build, including .\obj\*\$(TARGETNAME).lib.
|
|
UMLIBS=.\obj\*\dummy.lib \
|
|
.\obj\*\clipsrv.RES \
|
|
..\common\obj\*\common.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\nddeapi.lib
|
|
|
|
# "winmain" MUST be in lower case.
|
|
UMENTRY=main
|