diff options
Diffstat (limited to 'platform/win32/bin2coff.rules')
-rw-r--r-- | platform/win32/bin2coff.rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/win32/bin2coff.rules b/platform/win32/bin2coff.rules index 55986ff0..d4803d02 100644 --- a/platform/win32/bin2coff.rules +++ b/platform/win32/bin2coff.rules @@ -7,7 +7,7 @@ <CustomBuildRule Name="bin2coff (ttf)" DisplayName="bin2coff (ttf)" - CommandLine="Release\bin2coff.exe $(InputPath) $(IntDir)\$(InputName)_ttf.obj _binary_$(InputName)_ttf $(PlatformName)" + CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttf.obj" _binary_$(InputName)_ttf $(PlatformName)" Outputs="$(IntDir)\$(InputName)_ttf.obj" FileExtensions="*.ttf" ExecutionDescription="Embedding TTF" @@ -18,7 +18,7 @@ <CustomBuildRule Name="bin2coff (otf)" DisplayName="bin2coff (otf)" - CommandLine="Release\bin2coff.exe $(InputPath) $(IntDir)\$(InputName)_otf.obj _binary_$(InputName)_otf $(PlatformName)" + CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_otf.obj" _binary_$(InputName)_otf $(PlatformName)" Outputs="$(IntDir)\$(InputName)_otf.obj" FileExtensions="*.otf" ExecutionDescription="Embedding OTF" @@ -29,7 +29,7 @@ <CustomBuildRule Name="bin2coff (cff)" DisplayName="bin2coff (cff)" - CommandLine="Release\bin2coff.exe $(InputPath) $(IntDir)\$(InputName)_cff.obj _binary_$(InputName)_cff $(PlatformName)" + CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_cff.obj" _binary_$(InputName)_cff $(PlatformName)" Outputs="$(IntDir)\$(InputName)_cff.obj" FileExtensions="*.cff" ExecutionDescription="Embedding CFF" @@ -40,7 +40,7 @@ <CustomBuildRule Name="bin2coff (ttc)" DisplayName="bin2coff (ttc)" - CommandLine="Release\bin2coff.exe $(InputPath) $(IntDir)\$(InputName)_ttc.obj _binary_$(InputName)_ttc $(PlatformName)" + CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttc.obj" _binary_$(InputName)_ttc $(PlatformName)" Outputs="$(IntDir)\$(InputName)_ttc.obj" FileExtensions="*.ttc" ExecutionDescription="Embedding TTC" |