[Orxonox-commit 2714] r7420 - code/trunk/src

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Sep 12 00:07:23 CEST 2010


Author: rgrieder
Date: 2010-09-12 00:07:23 +0200 (Sun, 12 Sep 2010)
New Revision: 7420

Modified:
   code/trunk/src/orxonox-main.vcproj.user.in
Log:
Fixed a bug.
Clear documentation would prevent such bugs. Not complaining about any company at all...

Modified: code/trunk/src/orxonox-main.vcproj.user.in
===================================================================
--- code/trunk/src/orxonox-main.vcproj.user.in	2010-09-11 19:02:12 UTC (rev 7419)
+++ code/trunk/src/orxonox-main.vcproj.user.in	2010-09-11 22:07:23 UTC (rev 7420)
@@ -10,7 +10,7 @@
 			>
 			<DebugSettings
 				WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)"
-				Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}"
+				Environment="PATH=${RUNTIME_LIBRARY_DIRECTORY};%PATH%"
 				EnvironmentMerge="true"
 			/>
 		</Configuration>
@@ -19,7 +19,7 @@
 			>
 			<DebugSettings
 				WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)"
-				Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}"
+				Environment="PATH=${RUNTIME_LIBRARY_DIRECTORY};%PATH%"
 				EnvironmentMerge="true"
 			/>
 		</Configuration>
@@ -28,7 +28,7 @@
 			>
 			<DebugSettings
 				WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)"
-				Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}"
+				Environment="PATH=${RUNTIME_LIBRARY_DIRECTORY};%PATH%"
 				EnvironmentMerge="true"
 			/>
 		</Configuration>
@@ -37,7 +37,7 @@
 			>
 			<DebugSettings
 				WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)"
-				Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}"
+				Environment="PATH=${RUNTIME_LIBRARY_DIRECTORY};%PATH%"
 				EnvironmentMerge="true"
 			/>
 		</Configuration>




More information about the Orxonox-commit mailing list