projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed toolbar crash for MinGW/Cygwin
[wxWidgets.git]
/
contrib
/
utils
/
convertrc
/
makefile.g95
diff --git
a/contrib/utils/convertrc/makefile.g95
b/contrib/utils/convertrc/makefile.g95
index 61b7b16b4e4f404e37c115fd7514bb68c5c2d006..c1706f3b013ff2ded1a1f330c60eee063e954657 100644
(file)
--- a/
contrib/utils/convertrc/makefile.g95
+++ b/
contrib/utils/convertrc/makefile.g95
@@
-10,7
+10,7
@@
WXDIR = ../../..
TARGET=wxconvert
-EXTRALIBS=-lwxx
ml
+EXTRALIBS=-lwxx
rc
OBJECTS=convert.o rc2xml.o rc2wxr.o wxr2xml.o
include $(WXDIR)/src/makeprog.g95