OSDN Git Service

Fix potential compilation issue in visual studio project file
authorKarl Schultz <karl.w.schultz@gmail.com>
Mon, 22 Mar 2010 18:18:02 +0000 (12:18 -0600)
committerKarl Schultz <karl.w.schultz@gmail.com>
Mon, 22 Mar 2010 18:18:02 +0000 (12:18 -0600)
Add quotes around filespec in post-build event to allow paths
with embedded spaces.

windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj

index 8995c03..6e9aef2 100644 (file)
@@ -89,7 +89,7 @@
                        />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
-                               CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"\r
+                               CommandLine="copy &quot;$(OutDir)\compile.exe&quot; ..\..\..\..\src\glsl\apps"\r
                        />\r
                </Configuration>\r
                <Configuration\r
                        />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
-                               CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"\r
+                               CommandLine="copy &quot;$(OutDir)\compile.exe&quot; ..\..\..\..\src\glsl\apps"\r
                        />\r
                </Configuration>\r
        </Configurations>\r