diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2017-07-14 22:13:04 +0000 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2017-07-14 22:14:03 +0000 |
| commit | a32a763a36548f63b6c0d758cb8a82de60e11f18 (patch) | |
| tree | 9ba62043f2fa5d51f4b4f8c1d167a0f8c7fb46d2 /src | |
| parent | CI/GitLab: Compile tests in build stage so they only need to be executed in t... (diff) | |
| download | inkscape-a32a763a36548f63b6c0d758cb8a82de60e11f18.tar.gz inkscape-a32a763a36548f63b6c0d758cb8a82de60e11f18.zip | |
Drop btool .rc files
The btool build system is no longer present in inkscape's source tree.
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape-x64.rc | 30 | ||||
| -rw-r--r-- | src/inkscape.rc | 30 | ||||
| -rw-r--r-- | src/inkview-x64.rc | 29 | ||||
| -rw-r--r-- | src/inkview.rc | 29 |
4 files changed, 0 insertions, 118 deletions
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc deleted file mode 100644 index f5d3b5b99..000000000 --- a/src/inkscape-x64.rc +++ /dev/null @@ -1,30 +0,0 @@ - -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" -1 24 DISCARDABLE "./inkscape-manifest-x64.xml" - -1 VERSIONINFO - FILEVERSION 0,93,0,0 - PRODUCTVERSION 0,93,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040901b5" - BEGIN - VALUE "Comments", "Published under the GNU GPL" - VALUE "CompanyName", "inkscape.org" - VALUE "FileDescription", "Inkscape" - VALUE "FileVersion", "0.92+devel" - VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2016 Inkscape" - VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92+devel" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 1033, 437 - END -END - -1000 BITMAP "./show-preview.bmp" - diff --git a/src/inkscape.rc b/src/inkscape.rc deleted file mode 100644 index ddb55ac30..000000000 --- a/src/inkscape.rc +++ /dev/null @@ -1,30 +0,0 @@ - -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" -1 24 DISCARDABLE "./inkscape-manifest.xml" - -1 VERSIONINFO - FILEVERSION 0,93,0,0 - PRODUCTVERSION 0,93,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040901b5" - BEGIN - VALUE "Comments", "Published under the GNU GPL" - VALUE "CompanyName", "inkscape.org" - VALUE "FileDescription", "Inkscape" - VALUE "FileVersion", "0.92+devel" - VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2016 Inkscape" - VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92+devel" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 1033, 437 - END -END - -1000 BITMAP "./show-preview.bmp" - diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc deleted file mode 100644 index 397d9710f..000000000 --- a/src/inkview-x64.rc +++ /dev/null @@ -1,29 +0,0 @@ - -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" -1 24 DISCARDABLE "./inkview-manifest-x64.xml" - -1 VERSIONINFO - FILEVERSION 0,93,0,0 - PRODUCTVERSION 0,93,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040901b5" - BEGIN - VALUE "Comments", "Published under the GNU GPL" - VALUE "CompanyName", "inkscape.org" - VALUE "FileDescription", "Inkview" - VALUE "FileVersion", "0.92+devel" - VALUE "InternalName", "Inkview" - VALUE "LegalCopyright", "© 2016 Inkscape" - VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.92+devel" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 1033, 437 - END -END - -1000 BITMAP "./show-preview.bmp" diff --git a/src/inkview.rc b/src/inkview.rc deleted file mode 100644 index 5c439981a..000000000 --- a/src/inkview.rc +++ /dev/null @@ -1,29 +0,0 @@ - -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" -1 24 DISCARDABLE "./inkview-manifest.xml" - -1 VERSIONINFO - FILEVERSION 0,93,0,0 - PRODUCTVERSION 0,93,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040901b5" - BEGIN - VALUE "Comments", "Published under the GNU GPL" - VALUE "CompanyName", "inkscape.org" - VALUE "FileDescription", "Inkview" - VALUE "FileVersion", "0.92+devel" - VALUE "InternalName", "Inkview" - VALUE "LegalCopyright", "© 2016 Inkscape" - VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.92+devel" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 1033, 437 - END -END - -1000 BITMAP "./show-preview.bmp" |
