home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / WBITMAP.ZIP / BITMAPS.PR < prev    next >
Text File  |  1991-11-12  |  926b  |  36 lines

  1. --
  2. -- $id: ssvcid bitmaps.pr 1.1 11/12/91  8:38 am$
  3. --    This is the project file for the Bitmap and Icon File demonstration
  4. -- program.  For use with TopSpeed C version 3.00.
  5. --
  6. -- (C) 1991 Larry Widing
  7. --
  8. #system win exe
  9. #model small
  10. #pragma debug(vid=>off)
  11.  
  12. #set winmath="none"
  13. #pragma warn(wclt=>on,wfnd=>on,wpnd=>on,wnre=>on,wnrv=>on,wpnu=>on)
  14.  
  15. #compile bmmanip.c    #to ts\bmmanip.obj
  16. #compile bmfile.c    #to ts\bmfile.obj
  17. #compile icnfile.c    #to ts\icnfile.obj
  18. #compile bitmaps.c    #to ts\bitmaps.obj
  19. #compile bminfo.c    #to ts\bminfo.obj
  20. #compile bitmaps.rc
  21. #link %prjname
  22.  
  23. #if "%make"="on" #and #not "%action"="compile" #and #not debug(vid)=off
  24. #then
  25.   #run "vid2cv %prjname%.exe"
  26. #endif
  27.  
  28. --
  29. -- Modification History
  30. -- --------------------
  31. -- $lgb$
  32. -- 10/15/91     Larry Widing   Initial version for Win Tech Journal Article.
  33. -- 11/12/91     Larry Widing   Minor code modification.
  34. -- $lge$
  35. --
  36.