home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
VBDIALOG.PAK
/
MAKEFILE
next >
Wrap
Text File
|
1995-08-29
|
246b
|
10 lines
# Borland C++ - (C) Copyright 1993 by Borland International
# Makefile for VBDIALOG program
EXERES = vbdialog
LIBEXE = $(BCLIBDIR)\bivbx.lib
!include $(BCEXAMPLEDIR)\makefile.gen
!if $(_32BIT_)
LIBEXE=$(BCLIBDIR)\bivbx32.lib
!endif