2001-05-20 07:32:57 -04:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright:
|
|
|
|
#
|
|
|
|
# Makefile : Builds convert for 32-bit BC++
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
2001-06-09 18:18:45 -04:00
|
|
|
EXTRALIBS=$(WXDIR)\lib\wxxrc.lib
|
2001-05-20 07:32:57 -04:00
|
|
|
|
|
|
|
TARGET=wxconvert
|
|
|
|
|
|
|
|
OBJECTS=convert.obj rc2xml.obj rc2wxr.obj wxr2xml.obj
|
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
|
|
|
|