home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
DLLDEMO.PAK
/
MAKEFILE
< prev
Wrap
Text File
|
1995-08-29
|
258b
|
11 lines
# Borland C++ - (C) Copyright 1993 by Borland International
# Makefile for DLLDEMO program
MODEL = d #force use of DLLs
EXERES = dlldemo
LIBEXE = bitmap.lib
DLLRES = bitmap
OBJDLL = bitmap.obj dllshell.obj
!include $(BCEXAMPLEDIR)\makefile.gen