[go: up one dir, main page]

File: BuildAll.bat

package info (click to toggle)
freecad 0.10.3247.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 29,068 kB
  • ctags: 24,498
  • sloc: cpp: 194,524; python: 18,897; sh: 10,256; xml: 5,505; makefile: 3,745; ansic: 1,479; lex: 151; yacc: 76
file content (14 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rem @echo off
rem   Build script, uses vcbuild to completetly build FreeCAD

rem  set the aprobiated Variables here or outside in the system
if NOT DEFINED VCDIR set VCDIR=C:\Program Files\Microsoft Visual Studio 9.0

rem Register VS Build programms
call "%VCDIR%\VC\vcvarsall.bat"


rem Start the Visuall Studio build process
"%VCDIR%\VC\vcpackages\vcbuild.exe" FreeCAD_trunk.sln "Debug|Win32" 
"%VCDIR%\VC\vcpackages\vcbuild.exe" FreeCAD_trunk.sln "Debug|Win32" 
"%VCDIR%\VC\vcpackages\vcbuild.exe" FreeCAD_trunk.sln "Release|Win32"