|
|
1.1 ! root 1: !include <ntwin32.mak> ! 2: ! 3: all: dlgedit.exe ! 4: ! 5: # Update the resources if necessary ! 6: ! 7: dlgedit.res: dlgedit.rc dlgedit.h ! 8: $(rc) -r dlgedit.rc ! 9: ! 10: dlgedit.rbj: dlgedit.res ! 11: $(cvtres) -$(CPU) dlgedit.res -o dlgedit.rbj ! 12: ! 13: dlgedit.exe: addctrl.obj \ ! 14: ctrlproc.obj \ ! 15: custcntl.obj \ ! 16: dialogs.obj \ ! 17: dlgedit.obj \ ! 18: drag.obj \ ! 19: file.obj \ ! 20: globals.obj \ ! 21: groupdlg.obj \ ! 22: include.obj \ ! 23: menu.obj \ ! 24: reslist.obj \ ! 25: restodlg.obj \ ! 26: resutil.obj \ ! 27: rwdlg.obj \ ! 28: rwinc.obj \ ! 29: rwres.obj \ ! 30: select.obj \ ! 31: status.obj \ ! 32: styles.obj \ ! 33: toolbox.obj \ ! 34: util.obj \ ! 35: viewinc.obj \ ! 36: dlgedit.rbj ! 37: $(link) $(linkdebug) $(guiflags) -out:$*.exe $** $(guilibs) ! 38: ! 39: .c.obj: ! 40: $(cc) $(cdebug) $(cflags) $(cvars) -DUNICODE $*.c ! 41: ! 42:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.