Add missing quotation marks in vcxproj.

This commit is contained in:
Nicholas Stuart Howe 2024-02-10 09:26:51 -05:00
parent a51d90a944
commit 56292b82a2

View File

@ -389,7 +389,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
@ -437,7 +437,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
@ -481,7 +481,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -525,7 +525,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -569,7 +569,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -616,7 +616,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -660,7 +660,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -704,7 +704,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -755,7 +755,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
@ -804,7 +804,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
@ -849,7 +849,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -894,7 +894,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -939,7 +939,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -987,7 +987,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -1032,7 +1032,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>
@ -1077,7 +1077,7 @@ copy "$(SolutionDir)\..\contrib\windows\shaders\*.*" "$(OutputPath)\shaders\"
if not exist "$(OutputPath)\glshaders\" mkdir "$(OutputPath)\glshaders"
copy "$(SolutionDir)\..\contrib\glshaders\*.*" "$(OutputPath)\glshaders\"
if not exist "$(OutputPath)\languages\" mkdir "$(OutputPath)\languages"
for /d %%i in ($(SolutionDir)\..\contrib\translations\*) do copy %%i\*.lng "$(OutputPath)\languages\"</Command>
for /d %%i in ("$(SolutionDir)\..\contrib\translations\*") do copy "%%i\*.lng" "$(OutputPath)\languages\"</Command>
<Message>
</Message>
</PostBuildEvent>