2 # Default the source directory to the current directory.
4 set BUILDTYPE
=Experimental
5 # Load the development environment.
If you
run MSVC2008 you may need to change this to VS90COMNTOOLS.
6 call "%VS80COMNTOOLS%vsvars32.bat"
9 rem No arguments were specified.
Print out usage information.
10 echo Usage
: %0 <Continuous|Experimental|Nightly
> [c
:\
path\to\source
]
20 # Execute the build.
If you
run an Express version of MSVC you may need to change devenv to vcexpress.
21 devenv
"%NEL_DIR%\build\NeL.sln" /build
Debug /project
%1%