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