Code Search for Developers
 
 
  

build.bat from p4shelf at Krugle


Show build.bat syntax highlighted

setlocal ENABLEEXTENSIONS

set _BAT=%~dp0
set _ROOT=%_BAT:~0,-24%
set _WIX=%_ROOT%\External\Wix
set _PUBLIC=%_ROOT%\Public

if "%PKG_MSIFILE%"=="" set PKG_MSIFILE=IronPython.msi

%_WIX%\candle IronPython.wxs Core.wxs Doc.wxs Src.wxs
%_WIX%\light -b %_PUBLIC% -out %PKG_MSIFILE% -loc %_WIX%\WixUI_en-us.wxl IronPython.wixobj Core.wixobj Doc.wixobj Src.wixobj %_WIX%\wixui.wixlib

endlocal




See more files for this project here

p4shelf

A feature in Visual Studio Team Studio that was immediately appealing to me was shelving. The goal of this tool is replicate that general functionality in Perforce.

Project homepage: http://code.google.com/p/p4shelf/
Programming language(s): C#,C++,Python
License: gpl2

  Core.wxs
  Doc.wxs
  IronPython.wxs
  Src.wxs
  build.bat