|
|
1.1 root 1: !include <ntwin32.mak>
2:
1.1.1.2 ! root 3: # Turn off MIPS Debugging Support
! 4:
! 5: !if "$(CPU)" == "MIPS"
! 6: cdebug =
! 7: cvtdebug =
! 8: linkdebug =
! 9: !endif
! 10:
1.1 root 11: all: console.exe
12:
13: console.exe: console.obj alocfree.obj create.obj fillatt.obj fillchar.obj \
14: flush.obj cursor.obj conmode.obj coninfo.obj contitle.obj \
15: getnumev.obj getlrgst.obj numbut.obj readout.obj readchar.obj \
16: scroll.obj size.obj handler.obj writein.obj
17: $(cvtobj) $(cvtdebug) *.obj
1.1.1.2 ! root 18: $(link) $(linkdebug) $(conflags) -out:$*.exe $** $(conlibs)
1.1 root 19:
20: .c.obj:
1.1.1.2 ! root 21: $(cc) $(cdebug) $(cflags) $(cvars) $*.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.