|
|
1.1 root 1: !include <ntwin32.mak>
2:
3: all: main.exe the_dll.dll
4:
5: main.obj: main.c
1.1.1.2 root 6: $(cc) $(cdebug) $(cflags) $(cvars) main.c
1.1 root 7:
1.1.1.2 root 8: the_dll.rbj: the_dll.rc the_dll.bmp the_dll.cur the_dll.ico
9: rc -r -fo the_dll.res the_dll.rc
10: cvtres -$(CPU) the_dll.res -o the_dll.rbj
1.1 root 11:
1.1.1.2 root 12: the_dll.dll: the_dll.def the_dll.rbj
1.1.1.3 ! root 13: $(link) \
1.1 root 14: -dll \
15: -out:the_dll.dll \
1.1.1.3 ! root 16: -subsystem:windows \
! 17: the_dll.rbj
1.1 root 18:
19: main.exe: main.obj main.def
1.1.1.3 ! root 20: $(link) $(linkdebug) $(guiflags) -out:main.exe main.obj $(guilibsdll)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.