Skip to content

Commit

Permalink
small mods to the VS script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Lieberman committed Dec 22, 2009
1 parent c869181 commit 265f6ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/vs2008/compileAllExamples.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

:: load the vars file to get access to vcbuild
@echo off

echo loading variables

set OLDDIR=%CD%

call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"

for /d %%X in (..\..\apps\*) do (
Expand All @@ -21,8 +24,6 @@ cd %%X
cd ../
)


cd ../
)

cd ../scripts/win_vs2008
chdir /d %OLDDIR%

0 comments on commit 265f6ff

Please sign in to comment.