From bb5aa6e5889c22c5836f7a3062f39a70aa55f5d6 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Sun, 30 Apr 2000 13:28:29 +0000 Subject: [PATCH] TARGET= line said CONTROLS instead of TEXT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/text/makefile.b32 | 2 +- samples/text/makefile.bcc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/text/makefile.b32 b/samples/text/makefile.b32 index 8accc1bcfd..df9a96af75 100644 --- a/samples/text/makefile.b32 +++ b/samples/text/makefile.b32 @@ -9,7 +9,7 @@ WXDIR = $(WXWIN) -TARGET=controls +TARGET=text OBJECTS = $(TARGET).obj !include $(WXDIR)\src\makeprog.b32 diff --git a/samples/text/makefile.bcc b/samples/text/makefile.bcc index 400c6539d2..2577cf9245 100644 --- a/samples/text/makefile.bcc +++ b/samples/text/makefile.bcc @@ -12,7 +12,7 @@ WXDIR = $(WXWIN) -TARGET=controls +TARGET=text OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.bcc