Fix compilation on win shared and mips
TBR=mvstanton@chromium.org LOG=n BUG=none Review URL: https://codereview.chromium.org/309983002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21627 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
b58a08d998
commit
55e65935c9
@ -8,7 +8,7 @@
|
||||
|
||||
#include "src/assembler.h"
|
||||
#include "src/mips/assembler-mips.h"
|
||||
#include "src/amips/ssembler-mips-inl.h"
|
||||
#include "src/mips/assembler-mips-inl.h"
|
||||
#include "src/frames.h"
|
||||
|
||||
namespace v8 {
|
||||
|
@ -25,7 +25,7 @@
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <v8.h>
|
||||
#include "include/v8.h"
|
||||
#include "test/cctest/cctest.h"
|
||||
|
||||
#include "src/debug.h"
|
||||
|
@ -61,6 +61,9 @@
|
||||
# has some sources to link into the component.
|
||||
'../../src/v8dll-main.cc',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../..',
|
||||
],
|
||||
'defines': [
|
||||
'V8_SHARED',
|
||||
'BUILDING_V8_SHARED',
|
||||
|
Loading…
Reference in New Issue
Block a user