projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acfd422
)
Added wxchar.cpp, I think
author
Ove Kaaven
<ovek@arcticnet.no>
Tue, 27 Apr 1999 23:33:24 +0000
(23:33 +0000)
committer
Ove Kaaven
<ovek@arcticnet.no>
Tue, 27 Apr 1999 23:33:24 +0000
(23:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2296
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/makefile.g95
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/makefile.g95
b/src/msw/makefile.g95
index cb0f949c08321d1747906bab4d88982cb5aa9614..eeed7fb7c31ded53cd91426d97c17ad0a48507c4 100644
(file)
--- a/
src/msw/makefile.g95
+++ b/
src/msw/makefile.g95
@@
-128,7
+128,8
@@
COMMONOBJS = \
$(COMMDIR)/datstrm.$(OBJSUFF) \
$(COMMDIR)/objstrm.$(OBJSUFF) \
$(COMMDIR)/extended.$(OBJSUFF) \
- $(COMMDIR)/wincmn.$(OBJSUFF)
+ $(COMMDIR)/wincmn.$(OBJSUFF) \
+ $(COMMDIR)/wxchar.$(OBJSUFF)
# NOTE: if the socket-related files fail with a syntax error in Sockets.h,
# remove the files (probably all GnuWin32 releases < b20). Cygwin b20 is OK,