home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
VBXCTL.PAK
/
MAKEFILE
next >
Wrap
Text File
|
1995-08-29
|
425b
|
13 lines
#----------------------------------------------------------------------------
# ObjectWindows - (C) Copyright 1991, 1993 by Borland International
# examples\owl\owlapi\vbxctl\makefile
#----------------------------------------------------------------------------
LIBEXE=$(BCLIBDIR)\bivbx.lib
EXERES=vbxctlx
MODELS=mldf
!include $(BCEXAMPLEDIR)\owlmake.gen
!if $(_32BIT_)
LIBEXE=$(BCLIBDIR)\bivbx32.lib
!endif