projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for FALSE -> wxItemKind conversion
[wxWidgets.git]
/
utils
/
wxrc
/
makefile.g95
diff --git
a/utils/wxrc/makefile.g95
b/utils/wxrc/makefile.g95
index 679987d9d5150c6684b4457ee0637a45a72b0d0d..5bd1c5a2ba77b1406475cc0e2e496baede0a90c6 100644
(file)
--- a/
utils/wxrc/makefile.g95
+++ b/
utils/wxrc/makefile.g95
@@
-10,7
+10,7
@@
WXDIR = ../../..
TARGET=wxrc
WXDIR = ../../..
TARGET=wxrc
-EXTRALIBS=-lwxx
ml
+EXTRALIBS=-lwxx
rc
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95