|
|
1.1 root 1: proj = DDESPY
2: SRCS = DDESPY.C LISTS.C TESTSUBS.C
3:
4: #set nodebug=1 to omit debug information from build
5:
6: !include <ntwin32.mak>
7:
8: all: $(proj).exe
9:
10: #create resource binaries
11: $(proj).res: $(proj).rc $(proj).dlg $*.h
12: $(rc) $(rcvars) -r -fo $(proj).res $(cvars) $(proj).rc
13: cvtres -$(CPU) $(proj).res -o $(proj).rbj
14:
15: # Update the object file if necessary
16: .c.obj:
17: $(cc) $(cflags) $(cvars) $(cdebug) $*.c
18:
19: $(proj).exe: $(SRCS:.C=.OBJ) $(proj).res
20: $(link) $(linkdebug) $(guiflags) $(SRCS:.C=.OBJ) $(guilibs) $(proj).rbj -out:$(proj).exe
21:
22: clean:
23: del *.obj
24: del *.exe
25: del *.map
26: del *.res
27: del *.rbj
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.