From b3000445d8a0dbb0db6739b803aa3f19fff52c60 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 31 Mar 2000 18:16:48 +0000 Subject: [PATCH] corrected syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/b32.t | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/distrib/msw/tmake/b32.t b/distrib/msw/tmake/b32.t index a7317f0c7c..c805a7bc45 100644 --- a/distrib/msw/tmake/b32.t +++ b/distrib/msw/tmake/b32.t @@ -40,7 +40,7 @@ next if $wxMSW{$file} =~ /\b16\b/; if ( $file =~ /^automtn/ ) { - #! comment in old makefile.b32 seems to imply that this file can't + #! comment in old makefile.b32 seems to imply that this file can not #! be compiled with Borland (leads to crash in oleauto sample) next; } @@ -163,7 +163,6 @@ OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) default: wx -#wx: $(CFG) $(LNKCFG) $(DUMMY).obj $(OBJECTS) $(PERIPH_TARGET) $(LIBTARGET) wx: $(CFG) $(DUMMY).obj $(OBJECTS) $(PERIPH_TARGET) $(LIBTARGET) all: all_libs all_execs @@ -368,11 +367,6 @@ $(DEBUG_FLAGS) $(WIN95FLAG) ! $(CFG) -#$(LNKCFG): makefile.b32 -# copy &&! -#-L$(WXLIBDIR);$(WXLIBDIR2);$(BCCDIR)\lib;$(BCCDIR)\lib\psdk -#! $(LNKCFG) - clean: $(PERIPH_CLEAN_TARGET) -erase $(LIBTARGET) -erase *.obj