Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 0bddd5d

Browse files
committed
chakrashim: Make chakracore 1.3 build
PR-URL: #109 Reviewed-By: Jianchun Xu <Jianchun.Xu@microsoft.com>
1 parent 3fa1e12 commit 0bddd5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

deps/chakrashim/chakracore.gyp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
'chakracore_sln': '<(chakra_dir)/build/Chakra.Core.sln',
2828
'chakracore_header': [
2929
'<(chakra_dir)/lib/jsrt/chakracore.h',
30-
'<(chakra_dir)/lib/jsrt/chakracommon.h'
30+
'<(chakra_dir)/lib/jsrt/chakracommon.h',
31+
'<(chakra_dir)/lib/jsrt/chakracommonwindows.h',
32+
'<(chakra_dir)/lib/jsrt/chakradebug.h'
3133
],
3234
'chakracore_binaries': [
3335
'<(chakra_dir)/build/vcbuild/bin/<(Platform)_$(ConfigurationName)/chakracore.dll',

deps/chakrashim/include/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
chakracore.h
22
chakracommon.h
3+
chakracommonwindows.h
4+
chakradebug.h
5+

0 commit comments

Comments
 (0)