|
|
1.1 ! root 1: ! 2: #include <ntwin32.mak> ! 3: !include <ntwin32.mak> ! 4: ! 5: cf = -DUNICODE ! 6: ! 7: .SUFFIXES: .cxx ! 8: ! 9: .cxx.obj: ; $(cc) $(cflags) $(cvars) $(cdebug) $(cf) $*.cxx ! 10: ! 11: all: gridfont.exe ! 12: ! 13: app.res: app.rc app.h ! 14: rc -r app.rc ! 15: ! 16: app.rbj: app.res ! 17: cvtres -$(CPU) app.res -o app.rbj ! 18: ! 19: app.obj: app.cxx app.hxx app.h ! 20: ! 21: view.obj: view.cxx view.hxx grid.hxx app.h ! 22: ! 23: font.obj: font.cxx font.hxx app.h ! 24: ! 25: grid.obj: grid.cxx grid.hxx app.h ! 26: ! 27: box.obj: grid.hxx font.hxx app.h box.hxx ! 28: ! 29: gridfont.exe: app.rbj app.obj view.obj grid.obj font.obj box.obj ! 30: $(link) $(linkdebug) $(guiflags) -out:gridfont.exe \ ! 31: app.rbj app.obj view.obj grid.obj font.obj box.obj\ ! 32: $(guilibs) ! 33: ! 34:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.