postgresql/src/tools/msvc/build.bat

13 lines
212 B
Batchfile
Raw Normal View History

2006-09-04 23:30:40 +02:00
@echo off
SET STARTDIR=%CD%
perl mkvcbuild.pl
if errorlevel 1 goto :eof
if exist ..\vcbuild if exist ..\src cd ..
if "%1" == "" msbuild pgsql.sln
if not "%1" == "" vcbuild %1.vcproj
cd %STARTDIR%