]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/convertrc/makefile.b32
changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
[wxWidgets.git] / contrib / utils / convertrc / makefile.b32
1 #
2 # File: makefile.b32
3 # Author: Julian Smart
4 # Created: 1999
5 # Updated:
6 # Copyright:
7 #
8 # Makefile : Builds convert for 32-bit BC++
9
10 WXDIR = $(WXWIN)
11 EXTRALIBS=$(WXDIR)\lib\wxxrc.lib
12
13 TARGET=wxconvert
14
15 OBJECTS=convert.obj rc2xml.obj rc2wxr.obj wxr2xml.obj
16
17 !include $(WXDIR)\src\makeprog.b32
18