From 9af4bd1e4b7da644589eb88af7cb93b925ab1fcd Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 30 Jun 2005 08:07:16 +0000 Subject: [PATCH] add missing all target git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/makefile.b32 | 4 +++- src/stc/makefile.b32 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/src/stc/makefile.b32 b/contrib/src/stc/makefile.b32 index 669ac63d33..7233ef1e62 100644 --- a/contrib/src/stc/makefile.b32 +++ b/contrib/src/stc/makefile.b32 @@ -5,7 +5,7 @@ # Updated: # Copyright: # -# Makefile : Builds wxMMedia library for 32-bit BC++ +# Makefile : Builds wxSTC library for 32-bit BC++ # N.B. use: # make -f makefile.b32 stc.cfg @@ -97,6 +97,8 @@ OBJECTS = \ STCCPPFLAGS=$(DLL_FLAGS) $(EXTRACPPFLAGS) @$(STCCFG) +all: default + default: $(STCCFG) $(LIBTARGET) cleancfg: diff --git a/src/stc/makefile.b32 b/src/stc/makefile.b32 index 669ac63d33..7233ef1e62 100644 --- a/src/stc/makefile.b32 +++ b/src/stc/makefile.b32 @@ -5,7 +5,7 @@ # Updated: # Copyright: # -# Makefile : Builds wxMMedia library for 32-bit BC++ +# Makefile : Builds wxSTC library for 32-bit BC++ # N.B. use: # make -f makefile.b32 stc.cfg @@ -97,6 +97,8 @@ OBJECTS = \ STCCPPFLAGS=$(DLL_FLAGS) $(EXTRACPPFLAGS) @$(STCCFG) +all: default + default: $(STCCFG) $(LIBTARGET) cleancfg: