1
0
forked from 0ad/0ad

This was SVN commit r10870.

This commit is contained in:
historic_bruno 2012-01-05 03:38:54 +00:00
parent 29a8f01254
commit 1e4b950ed1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2011 Wildfire Games. /* Copyright (C) 2012 Wildfire Games.
* This file is part of 0 A.D. * This file is part of 0 A.D.
* *
* 0 A.D. is free software: you can redistribute it and/or modify * 0 A.D. is free software: you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2011 Wildfire Games. /* Copyright (C) 2012 Wildfire Games.
* This file is part of 0 A.D. * This file is part of 0 A.D.
* *
* 0 A.D. is free software: you can redistribute it and/or modify * 0 A.D. is free software: you can redistribute it and/or modify
@ -90,7 +90,7 @@
#if JS_VERSION != 185 #if JS_VERSION != 185
#error Your compiler is trying to use an incorrect version of the SpiderMonkey library. #error Your compiler is trying to use an incorrect version of the SpiderMonkey library.
#error The only version that works is the one in the libraries/spidermonkey-tip/ directory, #error The only version that works is the one in the libraries/spidermonkey/ directory,
#error and it will not work with a typical system-installed version. #error and it will not work with a typical system-installed version.
#error Make sure you have got all the right files and include paths. #error Make sure you have got all the right files and include paths.
#endif #endif