commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/default.build |
changed | /trunk/ext |
changed | /trunk/ext/build/OpenSSL.build |
changed | /trunk/ext/build/apr.build |
added | /trunk/ext/build/apr_atomic.c |
changed | /trunk/ext/build/aprutil.build |
changed | /trunk/ext/build/apu.hw |
changed | /trunk/ext/build/sasl.build |
changed | /trunk/ext/build/serf.build |
changed | /trunk/ext/build/subversion.build |
changed | /trunk/ext/build/zlib.build |
changed | /trunk/ext/scintilla/Scintilla.vcxproj |
changed | /trunk/src/CommitMonitor.vcxproj |
changed | /trunk/src/Setup/Setup.wxs |
--- a/trunk/default.build +++ b/trunk/default.build @@ -66,19 +66,6 @@ <!-- Project targets --> <!-- ====================================================================== --> - <target name="xp"> - <!-- - To target Windows XP with VS2012 as well, we have to set a few - environment variables up. - --> - <setenv> - <variable name="INCLUDE" value="%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Include;%INCLUDE%" /> - <variable name="PATH" value="%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Bin;%PATH%" /> - <variable name="LIB" value="%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Lib;%LIB%" if="${platform == 'win32'}" /> - <variable name="LIB" value="%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Lib\x64;%LIB%" if="${platform == 'x64'}" /> - </setenv> - </target> - <target name="clean" depends="VSNET"> <description> Cleans before building the target