|
From: <tb...@us...> - 2006-12-14 11:45:12
|
Revision: 723
http://svn.sourceforge.net/wxdsgn/?rev=723&view=rev
Author: tbreina
Date: 2006-12-14 03:45:06 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
Deleted error message file. Changed defaults to 2.8.0
Modified Paths:
--------------
trunk/wxdevcpp/wx_devpak_batchmaker/common_vars.bat
Removed Paths:
-------------
trunk/wxdevcpp/wx_devpak_batchmaker/error_chartart.txt
Modified: trunk/wxdevcpp/wx_devpak_batchmaker/common_vars.bat
===================================================================
--- trunk/wxdevcpp/wx_devpak_batchmaker/common_vars.bat 2006-12-14 08:59:00 UTC (rev 722)
+++ trunk/wxdevcpp/wx_devpak_batchmaker/common_vars.bat 2006-12-14 11:45:06 UTC (rev 723)
@@ -8,13 +8,13 @@
cls
rem Default wxWidgets root directory
-set WXVER=2.7.2
+set WXVER=2.8.0
echo What version of wxWidgets are you building (Default = %WXVER%)?
set /P WXVER=
set DEVPAKDIR=%STARTDIR%\devpaks_%WXVER%
-set WXWIN=c:\wxMSW-%WXVER%
+set WXWIN=c:\wxWidgets-%WXVER%
echo In what directory is wxWidgets located (Default = %WXWIN%)?
set /P WXWIN=
Deleted: trunk/wxdevcpp/wx_devpak_batchmaker/error_chartart.txt
===================================================================
--- trunk/wxdevcpp/wx_devpak_batchmaker/error_chartart.txt 2006-12-14 08:59:00 UTC (rev 722)
+++ trunk/wxdevcpp/wx_devpak_batchmaker/error_chartart.txt 2006-12-14 11:45:06 UTC (rev 723)
@@ -1,2 +0,0 @@
-mingw32-make: makefile.gcc: No such file or directory
-mingw32-make: *** No rule to make target `makefile.gcc'. Stop.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|