add makefile.b32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bart A.M. Jourquin
2000-01-31 09:30:14 +00:00
parent 8122471f4f
commit e60a4e0706
2 changed files with 16 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
#
# File: makefile.b32
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright:
#
# Makefile : Builds sample for 32-bit BC++
WXDIR = $(WXWIN)
TARGET=dbbrowse
OBJECTS = $(TARGET).obj browsedb.obj dbgrid.obj dbtree.obj dlguser.obj doc.obj pgmctrl.obj tabpgwin.obj
!include $(WXDIR)\src\makeprog.b32