Menu

[r192]: / trunk / default.build.user.tmpl  Maximize  Restore  History

Download this file

38 lines (30 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<!-- use this file to set the paths to the required tools
CommitMonitor needs to build everything.
first make a copy of this file and rename the copy to
default.build.user
then adjust the paths in the "value" field.
Note: make sure you don't forget the path separator (";")
if you're appending your paths to the system PATH variable!
You will get linker errors if you forget them.
-->
<project name="ToolPaths" default="env">
<!-- ====================================================================== -->
<!-- These two targets have to exist in doc.build.user -->
<!-- ====================================================================== -->
<target name="VSNET" description="Checks if the env variables for VS.NET2005 are set">
<if test="${not environment::variable-exists('VCINSTALLDIR')}">
<fail>You must first call "%VS80COMNTOOLS%\vsvars32.bat"</fail>
</if>
<!-- Uncomment the line below to allow limited building using VC Express instead of VS.NET. -->
<!-- <property name="buildtool" value="vcexpress.exe" /> -->
</target>
<target name="env">
<setenv>
<variable name="PATH" value="D:\Development\wix\;%PATH%" />
<variable name="WIXUI" value="D:\Development\wix\" />
<!-- path to SubWCRev.exe -->
<variable name="PATH" value="C:\Programme\TortoiseSVN\bin\;%PATH%" />
</setenv>
</target>
</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.