home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pwrgu2.zip
/
POWERGU2.EXE
/
CANVAS
/
MCLUNCH
/
MAKEFILE
next >
Wrap
Text File
|
1995-07-06
|
367b
|
17 lines
## Canvas - IMultiCellCanvas Implementation of Lunch Dialog
CFLAGS = /Tdp /Gd+ /Ge+ /Gm+ /Wall+ext-gnr-got-por-ppt-uni-vft-ppc-
LFLAGS = /PM:PM /NOI
LIBS =
ALL : mclunch.exe
mclunch.exe : mclunch.obj
icc $(CFLAGS) /B"$(LFLAGS)" /Fe.\$*.exe $(LIBS) mclunch.obj
mclunch.cpp: lunch.h pushbtns.hpp
{.}.cpp.obj:
icc $(CFLAGS) /C+ .\$*.cpp