You probably have already all what needed to build several versions of
ooRexx. But just in case, I attached files which set environment for 4.1.0
and main (adjust to your own paths).
This is a simplified version of the scripts I use, but they are enough to
build/test.

When you double-clic on one of them (after renaming .txt to .bat), a cmd
shell is opened.
Enter :
cdtrunk
makeorx DEBUG

>From here, you can test your scripts.

Jean-Louis
set config=dbg

set src_drv=d:
set oorexx_dir=\local\Rexx\ooRexx
set src_dir=%oorexx_dir%\svn\main\releases\4.1.0\trunk
set doc_dir=%oorexx_dir%\svn\docs\releases\4.1.0

doskey cdtrunk=%src_drv%$Tcd %src_dir%

echo Setting path for running ooRexx ^(%config%^)
set PATH=%src_drv%%src_dir%\Win32%config%;%PATH%

echo Setting path for killer.exe
set PATH=%src_drv%%oorexx_dir%\ooRexx-build-utils-1.0.0-windows;%PATH%

call "E:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
set MSVCVER=9.0

set PATH=D:\XSLT\Xalan-C_1_10_0\bin;%PATH%

%comspec% /k "title Environment for ooRexx-4.1.0 (%config%)"
set config=dbg

set src_drv=d:
set oorexx_dir=\local\Rexx\ooRexx
set src_dir=%oorexx_dir%\svn\main\trunk
set doc_dir=%oorexx_dir%\svn\docs

doskey cdtrunk=%src_drv%$Tcd %src_dir%

echo Setting path for running ooRexx ^(%config%^)
set PATH=%src_drv%%src_dir%\Win32%config%;%PATH%

echo Setting path for killer.exe
set PATH=%src_drv%%oorexx_dir%\ooRexx-build-utils-1.0.0-windows;%PATH%

call "E:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
set MSVCVER=9.0

set PATH=D:\XSLT\Xalan-C_1_10_0\bin;%PATH%

%comspec% /k "title Environment for ooRexx-main (%config%)"
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to