Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 253bd95

Browse files
Update libCore .gyp to excise references to removed files
1 parent 863bd36 commit 253bd95

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

libcore/libcore.gyp

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@
2424

2525
'sources':
2626
[
27-
'src/binary.cpp',
27+
'include/atlsubset.h',
28+
'include/core.h',
29+
'include/filesystem.h',
30+
'include/module.h',
31+
'include/thread.h',
32+
'include/thunk.h',
33+
2834
'src/core.cpp',
2935
'src/filesystem.cpp',
3036
'src/module.cpp',
31-
'src/sserialize.cpp',
32-
'src/sserialize_lnx.cpp',
33-
'src/sserialize_osx.cpp',
34-
'src/sserialize_w32.cpp',
3537
'src/thread.cpp',
3638
'src/thunk.cpp',
3739
],

0 commit comments

Comments
 (0)