File: BUILDVC11.BAT

package info (click to toggle)
python-bumps 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,776 kB
  • sloc: python: 24,586; ansic: 4,973; cpp: 4,849; javascript: 639; xml: 493; makefile: 143; perl: 108; sh: 94
file content (6 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
rem /DR123_USE_CXX11=1 will not work because VS2012 is not fully C++11 compliant yet.
setlocal
set CFLAGS=/I..\include /W3 /Ox /EHs /nologo /favor:INTEL64
set VCBAT="c:\Program Files (x86)\Microsoft Visual Studio 11.0\vc\vcvarsall.bat"
call BUILDVC.bat %1
endlocal