home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1991 / 05 / grdlagen / windemo. < prev    next >
Encoding:
Text File  |  1991-02-21  |  677 b   |  18 lines

  1. # ----------------------------------------------------------
  2. #            WINDEMO - Make-Datei für WINDEMO.C
  3. # ----------------------------------------------------------
  4.  
  5. windemo.exe : windemo.obj windemo.def windemo.res
  6.               link windemo, /align: 16, NUL
  7.                           , /nod slibcew libw
  8.                           , windemo
  9.               rc windemo.res
  10.  
  11. windemo.obj : windemo.c windemo.h
  12.               cl -c -Gsw -Ow -W2 -Zp windemo.c
  13.  
  14. windemo.res : windemo.rc  windemo.h windemo.ico
  15.               rc -r windemo.rc
  16. # ----------------------------------------------------------
  17. # -                  Ende von WINDEMO                      -
  18.