|
|
1.1 root 1: # Some nmake macros for building Win32 applications
2:
3: !include <ntwin32.mak>
4:
5: all: multipad.exe
6:
7: OBJS = multipad.obj mpinit.obj mpfile.obj mpfind.obj mpprint.obj mpopen.obj
8:
9: multipad.obj: multipad.c multipad.h
1.1.1.2 ! root 10: $(cc) $(cflags) $(cvars) $*.c
1.1 root 11:
12: mpinit.obj: mpinit.c multipad.h
1.1.1.2 ! root 13: $(cc) $(cflags) $(cvars) $*.c
1.1 root 14:
15: mpfind.obj: mpfind.c multipad.h
1.1.1.2 ! root 16: $(cc) $(cflags) $(cvars) $*.c
1.1 root 17:
18: mpfile.obj: mpfile.c multipad.h
1.1.1.2 ! root 19: $(cc) $(cflags) $(cvars) $*.c
1.1 root 20:
21: mpprint.obj: mpprint.c multipad.h
1.1.1.2 ! root 22: $(cc) $(cflags) $(cvars) $*.c
1.1 root 23:
24: mpopen.obj: mpopen.c multipad.h
1.1.1.2 ! root 25: $(cc) $(cflags) $(cvars) $*.c
1.1 root 26:
1.1.1.2 ! root 27: multipad.res: multipad.rc multipad.h
! 28: $(rc) $(rcvars) -r multipad.rc
1.1 root 29:
30: multipad.rbj: multipad.res
31: cvtres -$(CPU) multipad.res -o multipad.rbj
32:
33: multipad.exe: $(OBJS) multipad.def multipad.rbj
1.1.1.2 ! root 34: $(link) $(guiflags) -out:multipad.exe multipad.obj mpinit.obj \
1.1 root 35: mpfile.obj mpfind.obj mpprint.obj mpopen.obj multipad.rbj $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.