home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
TTT.PAK
/
MAKEFILE
next >
Wrap
Text File
|
1995-08-29
|
399b
|
18 lines
#----------------------------------------------------------------------------
# ObjectWindows - (C) Copyright 1994 by Borland International
#----------------------------------------------------------------------------
MODELS=ldf
EXERES = ttt
DLL = tttdll
RESDLL = ttt.res
RULES = ^
tttdll.obj : ttt.cpp ^
$(BCC) -otttdll.obj ttt.cpp
!include $(BCEXAMPLEDIR)\owlocfmk.gen