projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
propose to the user to use the replacement encoding if one was found
[wxWidgets.git]
/
src
/
makeprog.vc
diff --git
a/src/makeprog.vc
b/src/makeprog.vc
index f33a3f4ad1be1a4947a0248b2ece50fc15b21dde..3559c1ca82c4efd177a5b330ac98291bf2d624dd 100644
(file)
--- a/
src/makeprog.vc
+++ b/
src/makeprog.vc
@@
-38,7
+38,11
@@
wxclean:
wxUSE_GUI=1
!endif
-!if "$(wxUSE_GUI)" == "1"
+!if "$(wxUSE_GUI)" == "1"
+
+#!if "$(WXUSINGDLL)" == "1"
+#DUMMYOBJ=
+#!endif
$(PROGRAM).exe: $(WXLIB) $(OBJECTS) $(PROGRAM).res
$(link) @<<