From e216a18080666d4daaa07f6c8441a5b1e446c004 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 18 Apr 2003 16:28:59 +0000 Subject: [PATCH] fix typo in makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/makefile.b32 | 2 +- src/stc/makefile.b32 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/stc/makefile.b32 b/contrib/src/stc/makefile.b32 index 8e9dfdccff..de4dca9147 100644 --- a/contrib/src/stc/makefile.b32 +++ b/contrib/src/stc/makefile.b32 @@ -63,7 +63,7 @@ OBJECTS = \ UniConversion.obj \ ViewStyle.obj \ WindowAccessor.obj \ - XPM.cxx \ + XPM.obj \ \ PlatWX.obj \ ScintillaWX.obj \ diff --git a/src/stc/makefile.b32 b/src/stc/makefile.b32 index 8e9dfdccff..de4dca9147 100644 --- a/src/stc/makefile.b32 +++ b/src/stc/makefile.b32 @@ -63,7 +63,7 @@ OBJECTS = \ UniConversion.obj \ ViewStyle.obj \ WindowAccessor.obj \ - XPM.cxx \ + XPM.obj \ \ PlatWX.obj \ ScintillaWX.obj \