Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/platform/win32/bin2coff.rules @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <VisualStudioToolFile | |
| 3 Name="bin2coff" | |
| 4 Version="8.00" | |
| 5 > | |
| 6 <Rules> | |
| 7 <CustomBuildRule | |
| 8 Name="bin2coff (ttf)" | |
| 9 DisplayName="bin2coff (ttf)" | |
| 10 CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttf.obj" _binary_$(InputName)_ttf $(PlatformName)" | |
| 11 Outputs="$(IntDir)\$(InputName)_ttf.obj" | |
| 12 FileExtensions="*.ttf" | |
| 13 ExecutionDescription="Embedding TTF" | |
| 14 > | |
| 15 <Properties> | |
| 16 </Properties> | |
| 17 </CustomBuildRule> | |
| 18 <CustomBuildRule | |
| 19 Name="bin2coff (otf)" | |
| 20 DisplayName="bin2coff (otf)" | |
| 21 CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_otf.obj" _binary_$(InputName)_otf $(PlatformName)" | |
| 22 Outputs="$(IntDir)\$(InputName)_otf.obj" | |
| 23 FileExtensions="*.otf" | |
| 24 ExecutionDescription="Embedding OTF" | |
| 25 > | |
| 26 <Properties> | |
| 27 </Properties> | |
| 28 </CustomBuildRule> | |
| 29 <CustomBuildRule | |
| 30 Name="bin2coff (cff)" | |
| 31 DisplayName="bin2coff (cff)" | |
| 32 CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_cff.obj" _binary_$(InputName)_cff $(PlatformName)" | |
| 33 Outputs="$(IntDir)\$(InputName)_cff.obj" | |
| 34 FileExtensions="*.cff" | |
| 35 ExecutionDescription="Embedding CFF" | |
| 36 > | |
| 37 <Properties> | |
| 38 </Properties> | |
| 39 </CustomBuildRule> | |
| 40 <CustomBuildRule | |
| 41 Name="bin2coff (ttc)" | |
| 42 DisplayName="bin2coff (ttc)" | |
| 43 CommandLine="Release\bin2coff.exe "$(InputPath)" "$(IntDir)\$(InputName)_ttc.obj" _binary_$(InputName)_ttc $(PlatformName)" | |
| 44 Outputs="$(IntDir)\$(InputName)_ttc.obj" | |
| 45 FileExtensions="*.ttc" | |
| 46 ExecutionDescription="Embedding TTC" | |
| 47 > | |
| 48 <Properties> | |
| 49 </Properties> | |
| 50 </CustomBuildRule> | |
| 51 </Rules> | |
| 52 </VisualStudioToolFile> |
