1
0
forked from 0ad/0ad

Unbroke build

This was SVN commit r2397.
This commit is contained in:
Ykkrosh 2005-06-17 01:03:40 +00:00
parent 2f0c785ba7
commit a3b599fb1e
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ for (sort keys %types) {
print $out <<".";
const char* PSERROR::what() const
const char* PSERROR::what() const throw ()
{
return GetErrorString(getCode());
}

View File

@ -165,7 +165,7 @@ function setuppackage (projectname)
-- Libraries
package.links = { "opengl32" }
tinsert(package.files, sourcesfromdirs(sourceroot, {"lib/sysdep/win"}))
tinsert(package.files, {sourceroot.."lib/sysdep/win/assert_dlg.rc"})
tinsert(package.files, {sourceroot.."lib/sysdep/win/error_dialog.rc"})
if (projectname == "sced") then
tinsert(package.files, {sourceroot.."tools/sced/ui/ScEd.rc"})