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

Commit 7d19b96

Browse files
author
Monte Goulding
committed
[[ Gypify ]] Generate files into intermediate directory
1 parent cfdf422 commit 7d19b96

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lcidlc/lcidlc.gyp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
'src/Coder.cpp',
3232
'src/CString.h',
3333
'src/CString.cpp',
34-
'src/EncodedSupportJava.c',
35-
'src/EncodedSupport.c',
3634
'src/Error.h',
3735
'src/Error.cpp',
3836
'src/Interface.h',
@@ -51,6 +49,8 @@
5149
'src/Value.h',
5250
'src/Value.cpp',
5351

52+
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedJavaSupport.c',
53+
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedSupport.c',
5454
],
5555
},
5656
{
@@ -75,15 +75,15 @@
7575
],
7676
'outputs':
7777
[
78-
'src/EncodedSupport.c',
78+
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedSupport.c',
7979
],
8080

8181
'action':
8282
[
8383
'<@(perl)',
8484
'../util/encode_source.pl',
8585
'src/Support.mm',
86-
'src/EncodedSupport.c',
86+
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedSupport.c',
8787
'g_support_template',
8888
],
8989
},
@@ -97,15 +97,15 @@
9797
],
9898
'outputs':
9999
[
100-
'src/EncodedJavaSupport.c',
100+
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedJavaSupport.c',
101101
],
102102

103103
'action':
104104
[
105105
'<@(perl)',
106106
'../util/encode_source.pl',
107107
'src/Support.java',
108-
'src/EncodedJavaSupport.c',
108+
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedJavaSupport.c',
109109
'g_java_support_template',
110110
],
111111
},

0 commit comments

Comments
 (0)