mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 01:33:29 +00:00
Fix spidermonkey-tip to build on Windows. Add precompiled binaries.
This was SVN commit r7365.
This commit is contained in:
@@ -26,15 +26,6 @@
|
||||
#include "ps/Filesystem.h"
|
||||
#include "scriptinterface/ScriptInterface.h"
|
||||
|
||||
|
||||
#if OS_WIN
|
||||
#ifdef NDEBUG
|
||||
# pragma comment (lib, "js32.lib")
|
||||
#else
|
||||
# pragma comment (lib, "js32d.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LOG_CATEGORY L"scriptinghost"
|
||||
|
||||
namespace
|
||||
|
||||
Reference in New Issue
Block a user