From ac034f37331ddc67970040d711211d4a9ff8bb9c Mon Sep 17 00:00:00 2001 From: janwas Date: Fri, 12 Aug 2005 16:59:19 +0000 Subject: [PATCH] add new res/ dirs This was SVN commit r2603. --- build/premake/premake.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/premake/premake.lua b/build/premake/premake.lua index 7a99786543..7861c8a9d5 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -59,6 +59,9 @@ function setuppackage (projectname) "lib", "lib/sysdep", "lib/res", + "lib/res/file", + "lib/res/graphics", + "lib/res/sound", "graphics", "graphics/scripting",