REM This file is an example of the buildCOnfig.bat REM that must be found in the ..\..\.. directory REM (the parent of CIPRES_TOP) before you can run REM makeCipres.bat or installCipres.bat REM Normally the buildConfig.bat is created by REM running configureTools.bat that is found in the REM cipres-and-deps-win32.zip archive obtained REM from the CIPRES website REM this file is provided in case you want to do REM everything by hand. set CIPRES_TOP=C:\cipres-and-deps\cipres set CIPRES_TOOLS_TOP=C:\cipres-and-deps set CIPRES_INSTALL=C:\cipres-and-deps\build set MSVCP_DLL=%FrameworkSDKDir%\Bin\msvcp71.dll set MSVCR_DLL=%FrameworkSDKDir%\Bin\msvcr71.dll set OMNIORB_TOP=%CIPRES_TOOLS_TOP%\omniORB-4.0.7 set OMNI_LIB_VERS_NUM=407 set OMNI_THREAD_VERS_NUM=32 set OMNIORB_PY_TOP=%CIPRES_TOOLS_TOP%\omniORBpy-2.7 set BOOST_ROOT=%CIPRES_TOOLS_TOP%\boost_1_33_1 set JACORB_TOP=%CIPRES_TOOLS_TOP%\JacORB-2.2.4 REM setup.py needs these: set ORB_PYTHONPATH=%OMNIORB_PY_TOP%\lib\python;%OMNIORB_TOP%\lib\python set PY_IDLC_PATH=%OMNIORB_PY_TOP%\bin\x86_win32\omniidl.exe set CIPRES_IDL_DIR=%CIPRES_TOP%\framework\IDL set ORB_COSS_IDL_DIRS=%OMNIORB_TOP%\idl\COS set FROM_ORB_PREFIXES=CosEventChannelAdmin CosEventComm set DEFS=-DHAVE_CONFIG_H set IDL_PY_CPP_FLAGS=-I %ORB_COSS_IDL_DIRS% set IDLPYFLAGS=-bpython REM The cipres batch files use their own ANT command because the REM standard ant.bat doesn't return a reliable exit status. set ANT=%CIPRES_TOP%\cipres-build-scripts\build-for-windows\runAnt