|
|
1.1 ! root 1: # Makefile for INIEDIT ! 2: # Created by Microsoft, IBM Corporation 1990 ! 3: # ! 4: ! 5: # Abbreviations ! 6: # ! 7: CC = cl386 -c -W3 -Gs -Od -Zpi ! 8: LF = /codeview /map /NOD ! 9: OBJS = iniedit.obj dlgproc.obj print.obj utils.obj ! 10: ! 11: # Inference Rules ! 12: # ! 13: .c.obj: ! 14: $(CC) $*.c ! 15: ! 16: .rc.res: ! 17: rc -r $*.rc ! 18: ! 19: all: iniedit.exe ! 20: ! 21: # Resources ! 22: # ! 23: iniedit.res: iniedit.rc iniedit.h iniedit.ico inires.dlg ! 24: ! 25: # C Files ! 26: # ! 27: iniedit.obj: iniedit.c iniedit.h inires.h ! 28: ! 29: dlgproc.obj: dlgproc.c iniedit.h inires.h ! 30: ! 31: print.obj: print.c ! 32: ! 33: utils.obj: utils.c ! 34: ! 35: iniedit.exe: $(OBJS) iniedit.def iniedit.res ! 36: link386 $(LF) $(OBJS), , iniedit.map, libc os2386, iniedit.def ! 37: rc iniedit.res
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.