home *** CD-ROM | disk | FTP | other *** search
- #*****************************************************/
- # */
- # PROGRAM NAME: hello3a.mak */
- # ------------- */
- # hier mit Codeview-Informationen uebersetzt */
- #*****************************************************/
-
-
- CODE_OPT=-c -AS -Zi -G2sw -W3
-
-
- hello3a.obj: hello3a.c hello3a.h
- cl $(CODE_OPT) hello3a.c
-
- hello3a.res: hello3a.rc hello3a.h
- rc -r hello3a.rc
-
- hello3a.exe: hello3a.obj hello3a.def
- link hello3a.obj, /A:16, ,os2.lib+slibce /NOD /CO, hello3a.def
- rc hello3a.res hello3a.exe
-
- hello3a.exe: hello3a.res
- rc hello3a.res hello3a.exe
-