home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
DLLHELLO.PAK
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1995-08-29
|
739b
|
16 lines
#----------------------------------------------------------------------------
# ObjectWindows - (C) Copyright 1991, 1993 by Borland International
#----------------------------------------------------------------------------
MODELS = d # force use of DLL
EXERES = calldll
LIBEXE = dllhello.lib
DLLRES = dllhello # use this target for generating DLLRULE
DLLALL = dllhello.dll resource.dll
DLLMAKE= $(DLLHELLO) $(RESOURCE)
DLLHELLO = $(DLLRULE:dllhello.res=) # no resource for this DLL
TEMPRULE = $(DLLRULE:dllhello=resource) # change name for the other DLL
RESOURCE = $(TEMPRULE:resource.obj=) # no code module used for resource DLL
!include $(BCEXAMPLEDIR)\owlmake.gen