]>
Commit | Line | Data |
---|---|---|
c20facdb GT |
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) | |
999d9a9f | 11 | EXTRALIBS=$(WXDIR)\lib\wxxrc.lib |
c20facdb GT |
12 | |
13 | TARGET=wxconvert | |
14 | ||
15 | OBJECTS=convert.obj rc2xml.obj rc2wxr.obj wxr2xml.obj | |
16 | ||
17 | !include $(WXDIR)\src\makeprog.b32 | |
18 |