home *** CD-ROM | disk | FTP | other *** search
- # BEZ : Make file for BEZ.C
- # To make program : NMAKE BEZ
-
- # Linker and Resource Compiler: bez.exe contingent on bez.obj, bez.def, bez.res
- # Linker options as follows :
- # /A:16 : align on paragraphs
- # /NOD : don't search default libraries (use only those in link response file)
- bez.exe: bez.obj bez.def bez.res
- link /A:16 /NOD bez,,nul.map, libw slibcew, bez.def
- rc bez.res
-
- # Microsoft C Compiler : bez.obj contingent on bez.c, bez.h
- # Compiler options as follows :
- # -c : compile only
- # -Gs : remove stack probe before function calls
- # -Gw : for MS Windows
- # -W3 : highest warning level (flags ANSI incompatibilities)
- # -AS : small model
- # -Zp : pack structures (required by MS Windows)
- # -Ze : enable extra-ANSI language extensions
- bez.obj: bez.c bez.h
- cl -c -Gsw -W3 -AS -Zpe bez.c
-
- # Resource Compiler : bez.res contingent on bez.rc, bez.h
- bez.res: bez.rc bez.h
- rc -r -v bez.rc