home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total C++ 2
/
TOTALCTWO.iso
/
borland
/
mdidlg.pak
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1997-05-06
|
514b
|
19 lines
#----------------------------------------------------------------------------
# ObjectWindows
# Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
#----------------------------------------------------------------------------
!if !$d(MODEL)
MODEL=f
!endif
SYSTEMS = WIN32
TARGETS = test.exe testhelp.hlp
EXERES = test
OBJEXE = test.obj app.obj client.obj mdidlg.obj
HLP = testhelp
HLP_ = testhelp.hpj testhelp.rtf helpids.hh
!include $(BCEXAMPLEDIR)\owlmake.gen