|
|
1.1 ! root 1: # 32-bit makefile for FATPEL.EXE ! 2: # Created by Microsoft, IBM Corporation, 1990 ! 3: # ! 4: ! 5: # Abbreviations ! 6: # ! 7: CC = cl386 -c -W3 -Gs -Od -Zip ! 8: LF = /codeview /map /NOD ! 9: ! 10: # Inference Rules ! 11: # ! 12: .c.obj: ! 13: $(CC) $*.c ! 14: ! 15: .rc.res: ! 16: rc -r $*.rc ! 17: ! 18: all: fatpel.exe ! 19: ! 20: # Resource files ! 21: # ! 22: fatpel.res: dragclr.ptr dragsize.ptr fatpel.mak fatpel.dlg fatpel.h fatpel.rc fatpel.ico ! 23: ! 24: # C files ! 25: # ! 26: fatpel.obj: fatpel.mak fatpel.c fatpel.h ! 27: ! 28: # Files: FATPEL.EXE, FATPEL.SYM ! 29: # ! 30: fatpel.exe: fatpel.mak fatpel.def fatpel.obj fatpel.res ! 31: link386 $(LF) fatpel, , fatpel.map, libc ..\opendlg\opendlg os2386, fatpel.def ! 32: rc fatpel.res
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.