home *** CD-ROM | disk | FTP | other *** search
- #------------------------
- # HELLOWIN.MAK make file
- #------------------------
-
- hellowin.exe : hellowin.obj hellowin.def hellowin.res
- link hellowin,, NUL, /nod slibcew libw, hellowin
- rc hellowin.res
-
- hellowin.obj : hellowin.c
- cl -c -G2sw -Ow -W3 -Zp hellowin.c
-
- hellowin.res : hellowin.rc
- rc -r hellowin.rc
-