home *** CD-ROM | disk | FTP | other *** search
- # makefile for testgc.exe, a demo of the gcobject and gcstring classes
- # the compact or large memory model is recommended.
- # for Zortech make, use:
- # make -fmakefile.ztc
-
- testgc.exe: testgc.obj gcstring.obj gcobject.obj
- ztc -mc testgc.obj gcstring.obj gcobject.obj
-
- testgc.obj: testgc.cpp gcstring.hpp gcobject.hpp
- ztc -mc -c testgc.cpp
-
- gcstring.obj: gcobject.cpp gcstring.hpp gcobject.hpp
- ztc -mc -c gcstring.cpp
-
- gcobject.obj: gcobject.cpp gcobject.hpp
- ztc -mc -c gcobject.cpp
-
-
-
-