|
|
1.1.1.3 ! root 1: #************************************************************************ ! 2: # ! 3: # Microsoft Developer Support ! 4: # Copyright (c) 1992, 1993 Microsoft Corporation ! 5: # ! 6: #************************************************************************ ! 7: # ! 8: # MAKEFILE : Color ! 9: # ! 10: # COMMENTS : ! 11: # ! 12: #************************************************************************ 1.1 root 13: 14: !include <ntwin32.mak> 15: 1.1.1.3 ! root 16: all: Color.exe 1.1 root 17: 1.1.1.3 ! root 18: Color.obj: Color.c Color.h ! 19: $(cc) $(cdebug) $(cflags) $(cvars) Color.c 1.1 root 20: 1.1.1.3 ! root 21: Color.exe: Color.obj ! 22: $(link) $(ldebug) $(conlflags) -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.