home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
wbitmap
/
bitmaps.pr
< prev
next >
Wrap
Text File
|
1991-11-12
|
926b
|
36 lines
--
-- $id: ssvcid bitmaps.pr 1.1 11/12/91 8:38 am$
-- This is the project file for the Bitmap and Icon File demonstration
-- program. For use with TopSpeed C version 3.00.
--
-- (C) 1991 Larry Widing
--
#system win exe
#model small
#pragma debug(vid=>off)
#set winmath="none"
#pragma warn(wclt=>on,wfnd=>on,wpnd=>on,wnre=>on,wnrv=>on,wpnu=>on)
#compile bmmanip.c #to ts\bmmanip.obj
#compile bmfile.c #to ts\bmfile.obj
#compile icnfile.c #to ts\icnfile.obj
#compile bitmaps.c #to ts\bitmaps.obj
#compile bminfo.c #to ts\bminfo.obj
#compile bitmaps.rc
#link %prjname
#if "%make"="on" #and #not "%action"="compile" #and #not debug(vid)=off
#then
#run "vid2cv %prjname%.exe"
#endif
--
-- Modification History
-- --------------------
-- $lgb$
-- 10/15/91 Larry Widing Initial version for Win Tech Journal Article.
-- 11/12/91 Larry Widing Minor code modification.
-- $lge$
--