|
|
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993
proj = DDESPY
SRCS = DDESPY.C LISTS.C TESTSUBS.C
#set nodebug=1 to omit debug information from build
!include <ntwin32.mak>
all: $(proj).exe
#create resource binaries
$(proj).res: $(proj).rc $(proj).dlg $*.h
$(rc) $(rcvars) -r -fo $(proj).res $(cvars) $(proj).rc
$(proj).rbj: $(proj).res
cvtres -$(CPU) $(proj).res -o $(proj).rbj
# Update the object file if necessary
.c.obj:
$(cc) $(cflags) $(cvars) $(cdebug) $*.c
$(proj).exe: $(SRCS:.C=.OBJ) $(proj).rbj
$(link) $(linkdebug) $(guiflags) $(SRCS:.C=.OBJ) $(guilibs) $(proj).rbj -out:$(proj).exe
clean:
del *.obj
del *.exe
del *.map
del *.res
del *.rbj
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.