From c05cbb7f5eeb6da774e4e5528318a55e24b595cf Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Tue, 27 Apr 1999 23:33:24 +0000 Subject: [PATCH 1/1] Added wxchar.cpp, I think git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/makefile.g95 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.45.2