Changeset 8456 for branches/HeuristicLab.Mono/HeuristicLab.ExtLibs
- Timestamp:
- 08/09/12 10:56:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Mono/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.6.0/HeuristicLab.ALGLIB-3.6.0/HeuristicLab.ALGLIB-3.6.0.csproj
r8418 r8456 134 134 --> 135 135 <PropertyGroup> 136 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)136 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 137 137 set ProjectDir=$(ProjectDir) 138 138 set SolutionDir=$(SolutionDir) … … 141 141 call PreBuildEvent.cmd 142 142 </PreBuildEvent> 143 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 144 export ProjectDir=$(ProjectDir) 145 export SolutionDir=$(SolutionDir) 146 $SolutionDir/PreBuildEvent.sh 147 </PreBuildEvent> 143 148 </PropertyGroup> 144 149 </Project>
Note: See TracChangeset
for help on using the changeset viewer.