From d42ef9da4685ce03d7f2effcb29c9bdb095f4292 Mon Sep 17 00:00:00 2001 From: olsner Date: Sun, 11 Jul 2004 20:20:11 +0000 Subject: [PATCH] Linux: Can't use mozilla-js anymore (incompatible with our source). Updated to fmod 3.73 (linux) This was SVN commit r710. --- source/workspaces/premake/premake.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/workspaces/premake/premake.lua b/source/workspaces/premake/premake.lua index df0bf71036..551ff697a0 100755 --- a/source/workspaces/premake/premake.lua +++ b/source/workspaces/premake/premake.lua @@ -102,10 +102,10 @@ else -- Non-Windows, = Unix -- OpenGL and X-Windows "GL", "GLU", "X11", "SDL", "png", - "fmod-3.70", + "fmod-3.73", "fam", -- Utilities - "xerces-c", "z", "rt" + "xerces-c", "z", "rt", "js" } tinsert(package.libpaths, { "/usr/X11R6/lib" } ) -- Defines @@ -115,7 +115,5 @@ else -- Non-Windows, = Unix tinsert(package.includepaths, { "/usr/X11R6/include/X11" } ) -- Build Flags - package.buildoptions = { "`pkg-config mozilla-js --cflags`" } - package.linkoptions = { "`pkg-config mozilla-js --libs`" } package.config["Debug"].buildoptions = { "-ggdb" } end