home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2240.zip
/
wxWindows-2.4.0
/
contrib
/
utils
/
wxrcedit
/
makefile.b32
< prev
next >
Wrap
Makefile
|
2001-06-10
|
411b
|
19 lines
#
# File: makefile.b32
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright:
#
# Makefile : Builds wxrcedit for 32-bit BC++
WXDIR = $(WXWIN)
TARGET=wxrcedit
EXTRALIBS=$(WXDIR)\lib\wxxrc.lib
OBJECTS=edapp.obj editor.obj nodehnd.obj xmlhelpr.obj preview.obj nodesdb.obj \
pe_basic.obj pe_adv.obj propedit.obj propframe.obj splittree.obj
!include $(WXDIR)\src\makeprog.b32