diff --git a/ogl_editor/readme.txt b/ogl_editor/readme.txt index 0f9b659..81ca79e 100644 --- a/ogl_editor/readme.txt +++ b/ogl_editor/readme.txt @@ -11,8 +11,8 @@ Also the documentation hasn't been completed yet. Here are the links to the beta versions of the editor: -Mac: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta2-Mac.zip -Windows: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta2-Win.zip +Mac: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta3-Mac.zip +Windows: https://dl.dropbox.com/u/5205843/RocketEditor1.0Beta3-Win.zip About ----- diff --git a/ogl_editor/tundra.lua b/ogl_editor/tundra.lua index 596cde6..6f35cbc 100644 --- a/ogl_editor/tundra.lua +++ b/ogl_editor/tundra.lua @@ -17,7 +17,7 @@ local win32 = { Env = { GENERATE_PDB = "1", CCOPTS = { - "/W4", "/I.", "/WX", "/DUNICODE", "/D_UNICODE", "/DWIN32", "/D_CRT_SECURE_NO_WARNINGS", "/wd4996", + "/W4", "/I.", "/WX", "/DUNICODE", "/D_UNICODE", "/DWIN32", "/D_CRT_SECURE_NO_WARNINGS", "/wd4996", "/wd4389", { "/Od"; Config = "*-*-debug" }, { "/O2"; Config = "*-*-release" }, },