home *** CD-ROM | disk | FTP | other *** search
- # ----------------------------------------------------------
- # WINDEMO - Make-Datei für WINDEMO.C
- # ----------------------------------------------------------
-
- windemo.exe : windemo.obj windemo.def windemo.res
- link windemo, /align: 16, NUL
- , /nod slibcew libw
- , windemo
- rc windemo.res
-
- windemo.obj : windemo.c windemo.h
- cl -c -Gsw -Ow -W2 -Zp windemo.c
-
- windemo.res : windemo.rc windemo.h windemo.ico
- rc -r windemo.rc
- # ----------------------------------------------------------
- # - Ende von WINDEMO -
-