Scons copy bdf fonts.
This commit is contained in:
@@ -11,7 +11,7 @@ Import("env platform data_dir install_dir")
|
||||
|
||||
env.Install(path.join(data_dir, "cursors"), Glob("cursors/*.gif"))
|
||||
env.Install(path.join(data_dir, "dialogs"), Glob("dialogs/*.xml"))
|
||||
env.Install(path.join(data_dir, "fonts"), Glob("fonts/*.ttf"))
|
||||
env.Install(path.join(data_dir, "fonts"), Glob("fonts/*.ttf") + Glob("fonts/*.bdf"))
|
||||
env.Install(path.join(data_dir, "graphics"), Glob("graphics/*.png"))
|
||||
env.Install(path.join(data_dir, "sounds"), Glob("sounds/*.wav"))
|
||||
env.Install(path.join(data_dir, "strings"), Glob("strings/*.txt"))
|
||||
|
Reference in New Issue
Block a user