From cec20f68b2e74760f902735d1eddde99979166ad Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Sun, 23 Mar 2003 20:26:05 +0000 Subject: [PATCH] fix reference to obsolete b32univ file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/makeall.bat | 1 - distrib/msw/tmake/makeall.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 5adeb0a694..2f7237e11e 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -48,7 +48,6 @@ echo Generating for Visual C++ 4.0... %TM% -t vc wxwin.pro -o %WXDIR%\src\msw\makefile.vc echo Generating for Borland C++ (32 bits)... %TM% -t b32 wxwin.pro -o %WXDIR%\src\msw\makefile.b32 -%TM% -t b32univ wxwin.pro -o %WXDIR%\src\msw\makeuniv.b32 %TM% -t b32base wxwin.pro -o %WXDIR%\src\msw\makebase.b32 echo Generating for Visual C++ 1.52... %TM% -t dos wxwin.pro -o %WXDIR%\src\msw\makefile.dos diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index c5c366503c..d0c9a29d4a 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -22,7 +22,6 @@ do b32.t) echo "Generating $mswdir/makefile.b32 for Borland C++ (32 bits)..." ./tmake -t b32 wxwin.pro -o $mswdir/makefile.b32 - ./tmake -t b32univ wxwin.pro -o $mswdir/makeuniv.b32 ./tmake -t b32base wxwin.pro -o $mswdir/makebase.b32 ;; bcc.t)