]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/makefile.g95
give focus to show top level windows
[wxWidgets.git] / contrib / utils / convertrc / makefile.g95
index 61b7b16b4e4f404e37c115fd7514bb68c5c2d006..c1706f3b013ff2ded1a1f330c60eee063e954657 100644 (file)
@@ -10,7 +10,7 @@
 WXDIR = ../../..
 
 TARGET=wxconvert
-EXTRALIBS=-lwxxml
+EXTRALIBS=-lwxxrc
 OBJECTS=convert.o rc2xml.o rc2wxr.o wxr2xml.o
 
 include $(WXDIR)/src/makeprog.g95