home *** CD-ROM | disk | FTP | other *** search
- #
- # Make file for Test program
- # Copyright (c) 1991 Comptech Software, Inc.
-
- COMP= ztc -a -g -c -br -ms -W -DMSW -DLINTARGS $*.cpp
- LFLAGS = /NOE /NOD /CO /MAP /LI
-
- .rc.res:
- rc -r $*.rc
-
- .cpp.obj:
- $(COMP)
-
- .cpp.hpp:
- exhpp $*.cpp
-
- all : test.exe
-
- test.lnk : test.mk
- echo test cwind1 cdlg1 >test.lnk
- echo test >>test.lnk
- echo test >>test.lnk
- echo wins libw slibcew zls pls >>test.lnk
- echo test.def >>test.lnk
-
- test.exe : test.obj test.res cwind1.obj cdlg1.obj test.lnk
- link $(LFLAGS) @test.lnk
- rc test.res test.exe
-
- test.res : test.rc test.dlg menudef.h test.ico copendlg.dlg copendlg.h \
- cselprn.dlg cselprn.h
-
- test.obj : test.cpp cwind1.hpp cappl.hpp
-
- cwind1.obj : cwind1.cpp cwind1.hpp cwind.hpp cdlg1.hpp cdlg.hpp cdlgabt.hpp\
- copendlg.hpp
-
- cdlg1.obj : cdlg1.cpp cdlg1.hpp cdlg.hpp
-
-