From: Ove Kaaven Date: Tue, 27 Apr 1999 23:33:24 +0000 (+0000) Subject: Added wxchar.cpp, I think X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c05cbb7f5eeb6da774e4e5528318a55e24b595cf?ds=inline Added wxchar.cpp, I think git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index cb0f949c08..eeed7fb7c3 100644 --- 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,