2000-07-26 08:40:49 -04:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright:
|
|
|
|
#
|
|
|
|
# Makefile : Builds wxrcedit for 32-bit BC++
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
|
|
|
TARGET=wxrcedit
|
|
|
|
EXTRALIBS=$(WXDIR)\lib\wxxml.lib
|
2000-11-04 18:34:33 -05:00
|
|
|
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
|
2000-07-26 08:40:49 -04:00
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
|
|
|
|