|
|
1.1 ! root 1: !include <ntwin32.mak> ! 2: ! 3: OBJS=devcaps.obj enumprt.obj lookup.obj paint.obj \ ! 4: printer.obj toolbar.obj vars.obj ! 5: ! 6: all: printer.exe ! 7: ! 8: printer.res: printer.rc printer.h ! 9: rc -r -fo printer.tmp printer.rc ! 10: cvtres -$(CPU) printer.tmp -o printer.res ! 11: del printer.tmp ! 12: ! 13: .c.obj: ! 14: $(cc) $(cflags) $(cvars) $*.c ! 15: ! 16: paint.obj: paint.c paint.h ! 17: $(cc) $(cflags) $(cvars) paint.c ! 18: ! 19: printer.exe: $(OBJS) printer.res printer.def ! 20: $(link) $(guiflags) -out:printer.exe $(OBJS) printer.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.