|
|
1.1 root 1: # Nmake macros for building Windows 32-Bit apps
2:
3: !include <ntwin32.mak>
4:
1.1.1.2 ! root 5: !if "$(CPU)" == "MIPS"
! 6: cdebug =
! 7: cvtdebug =
! 8: linkdebug =
! 9: !endif
! 10:
1.1 root 11: all: pdc.exe
12:
13: pdc.obj: pdc.c pdc.h
1.1.1.2 ! root 14: $(cc) $(cflags) $(cvars) $(cdebug) pdc.c
1.1 root 15:
16: pdc.exe: pdc.obj
17: $(cvtobj) $(cvtdebug) *.obj
1.1.1.2 ! root 18: $(link) $(linkdebug) $(conflags) -out:pdc.exe pdc.obj $(conlibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.