Author: jfrederic.clere(a)jboss.com
Date: 2008-01-25 09:15:00 -0500 (Fri, 25 Jan 2008)
New Revision: 1302
Added:
trunk/build/windows/conf.bat
Log:
Add a configuration file.
Added: trunk/build/windows/conf.bat
===================================================================
--- trunk/build/windows/conf.bat (rev 0)
+++ trunk/build/windows/conf.bat 2008-01-25 14:15:00 UTC (rev 1302)
@@ -0,0 +1,28 @@
+@echo off
+REM Copyright(c) 2008 Red Hat Middleware, LLC,
+REM and individual contributors as indicated by the @authors tag.
+REM See the copyright.txt in the distribution for a
+REM full listing of individual contributors.
+REM
+REM This library is free software; you can redistribute it and/or
+REM modify it under the terms of the GNU Lesser General Public
+REM License as published by the Free Software Foundation; either
+REM version 2 of the License, or (at your option) any later version.
+REM
+REM This library is distributed in the hope that it will be useful,
+REM but WITHOUT ANY WARRANTY; without even the implied warranty of
+REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+REM Lesser General Public License for more details.
+REM
+REM You should have received a copy of the GNU Lesser General Public
+REM License along with this library in the file COPYING.LIB;
+REM if not, write to the Free Software Foundation, Inc.,
+REM 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+REM
+REM @author Jean-Frederic Clere
+REM
+
+set TOOLS_ROOT=C:\opt
+set MSVS8VC=%TOOLS_ROOT%\MSVS8\VC
+set MSVS6VC=%TOOLS_ROOT%\MSVS6
+set MSWPSDK=%TOOLS_ROOT%\PSDK6
Show replies by date