Move shared font files to the common mod directory.

This commit is contained in:
Paul Chote
2014-10-19 13:19:20 +13:00
parent 10923d6438
commit 9aab4b2be6
10 changed files with 37 additions and 42 deletions

View File

@@ -324,7 +324,6 @@ install-core: default
@$(CP_R) glsl "$(DATA_INSTALL_DIR)"
@$(CP_R) lua "$(DATA_INSTALL_DIR)"
@$(CP) *.ttf "$(DATA_INSTALL_DIR)"
@$(CP) SDL2-CS* "$(DATA_INSTALL_DIR)"
@$(CP) Eluant* "$(DATA_INSTALL_DIR)"
@$(INSTALL_PROGRAM) ICSharpCode.SharpZipLib.dll "$(DATA_INSTALL_DIR)"

View File

@@ -171,28 +171,28 @@ ChromeMetrics:
Fonts:
Small:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:12
Regular:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:14
Bold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:14
Title:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:32
MediumBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:18
BigBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:24
Tiny:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:10
TinyBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:10
LuaScripts:

View File

@@ -152,28 +152,28 @@ ChromeMetrics:
Fonts:
Regular:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:14
Bold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:14
Title:
Font:./mods/d2k/Dune2k.ttf
Size:32
MediumBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:18
BigBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:24
Small:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:12
Tiny:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:10
TinyBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:10
LuaScripts:

View File

@@ -31,22 +31,22 @@ ChromeMetrics:
Fonts:
Regular:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:14
Bold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:14
BigBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:24
MediumBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:18
Tiny:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:10
TinyBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:10
LobbyDefaults:

View File

@@ -168,28 +168,28 @@ ChromeMetrics:
Fonts:
Regular:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:14
Bold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:14
Title:
Font:./mods/ra/ZoodRangmah.ttf
Size:48
MediumBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:18
BigBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:24
Small:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:12
Tiny:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:10
TinyBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:10
LuaScripts:

View File

@@ -196,25 +196,25 @@ ChromeMetrics:
Fonts:
Regular:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:14
Bold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:14
Title:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:32
BigBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:24
Small:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:12
Tiny:
Font:./FreeSans.ttf
Font:./mods/common/FreeSans.ttf
Size:10
TinyBold:
Font:./FreeSansBold.ttf
Font:./mods/common/FreeSansBold.ttf
Size:10
LuaScripts:

View File

@@ -32,10 +32,8 @@ markdown Lua-API.md > Lua-API.html
# List of files that are packaged on all platforms
FILES=('OpenRA.Game.exe' 'OpenRA.Editor.exe' 'OpenRA.Utility.exe' 'OpenRA.CrashDialog.exe' \
'OpenRA.Renderer.Sdl2.dll' 'OpenRA.Renderer.Null.dll' \
'FreeSans.ttf' 'FreeSansBold.ttf' 'lua' \
'glsl' 'mods/common' 'mods/ra' 'mods/cnc' 'mods/d2k' 'mods/modchooser' \
'AUTHORS' 'COPYING' \
'README.html' 'CONTRIBUTING.html' 'DOCUMENTATION.html' 'CHANGELOG.html' \
'lua' 'glsl' 'mods/common' 'mods/ra' 'mods/cnc' 'mods/d2k' 'mods/modchooser' \
'AUTHORS' 'COPYING' 'README.html' 'CONTRIBUTING.html' 'DOCUMENTATION.html' 'CHANGELOG.html' \
'global mix database.dat' 'GeoLite2-Country.mmdb')
echo "Copying files..."

View File

@@ -79,7 +79,6 @@ Section "Game" GAME
File "${SRCDIR}\CHANGELOG.html"
File "${SRCDIR}\CONTRIBUTING.html"
File "${SRCDIR}\DOCUMENTATION.html"
File "${SRCDIR}\*.ttf"
File "${SRCDIR}\OpenRA.ico"
File "${SRCDIR}\SharpFont.dll"
File "${SRCDIR}\SDL2-CS.dll"
@@ -200,7 +199,6 @@ Function ${UN}Clean
Delete $INSTDIR\CONTRIBUTING.html
Delete $INSTDIR\DOCUMENTATION.html
Delete $INSTDIR\OpenRA.ico
Delete $INSTDIR\*.ttf
Delete "$INSTDIR\global mix database.dat"
Delete $INSTDIR\MaxMind.Db.dll
Delete $INSTDIR\MaxMind.GeoIP2.dll