|
|
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
10: $(cc) $(cflags) $(cvars) color.c
11:
12: color.exe: color.obj
13: $(link) $(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.