From b237c16cf6a16e9e5507bdbbe5654c4a96f2d1e1 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 11 Dec 2010 10:40:29 +0000 Subject: [PATCH] suppress useless file SVN revision: 55493 --- legacy/evas/win32/vs9/start.bat | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 legacy/evas/win32/vs9/start.bat diff --git a/legacy/evas/win32/vs9/start.bat b/legacy/evas/win32/vs9/start.bat deleted file mode 100755 index 5f6b049fc9..0000000000 --- a/legacy/evas/win32/vs9/start.bat +++ /dev/null @@ -1,35 +0,0 @@ -@echo off -rem Warning: environment is set for Win32 platform. - -set PROJECT_TYPE=vs8 - -pushd .. -call set_env.bat -popd - -if "%EXT_DIR%" == "" goto END - -rem Setup common Win32 environment variables - -set SolutionDirectory=%cd% -set DebugOutputDirectory=%SolutionDirectory%\out -set ReleaseOutputDirectory=%SolutionDirectory%\out -set DebugLibraryDirectory=%SolutionDirectory%\out -set ReleaseLibraryDirectory=%SolutionDirectory%\out -set TemporaryDirectory=%SolutionDirectory%\temp - -set LIB=%DebugLibraryDirectory%;%ReleaseLibraryDirectory%;%LIB% - -rem Check for basic requirements -if "%VS80COMNTOOLS%" == "" ( - echo ERROR: Microsoft Visual Studio 2005 is not installed. - pause - goto END -) - -rem Setting environment for using Microsoft Visual Studio 2005 x86 tools. -call "%VS80COMNTOOLS%vsvars32.bat" - -evas.sln - -:END \ No newline at end of file