Skip to content

Commit

Permalink
Updated Spidermonkey VS Project for VS2017
Browse files Browse the repository at this point in the history
Updated Spidermonkey VS Project for VS2017
  • Loading branch information
Xoduz committed Aug 27, 2023
1 parent ef71b6f commit cc4dff8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spidermonkey/make/VS2017/jscript/jscript.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,23 +174,28 @@
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\js.c" />
<ClCompile Include="..\..\..\jsapi.c" />
<ClCompile Include="..\..\..\jsarena.c" />
<ClCompile Include="..\..\..\jsarray.c" />
<ClCompile Include="..\..\..\jsatom.c" />
<ClCompile Include="..\..\..\jsbool.c" />
<ClCompile Include="..\..\..\jscntxt.c" />
<ClCompile Include="..\..\..\jscpucfg.c" />
<ClCompile Include="..\..\..\jsdate.c" />
<ClCompile Include="..\..\..\jsdbgapi.c" />
<ClCompile Include="..\..\..\jsdhash.c" />
<ClCompile Include="..\..\..\jsdtoa.c" />
<ClCompile Include="..\..\..\jsemit.c" />
<ClCompile Include="..\..\..\jsexn.c" />
<ClCompile Include="..\..\..\jsfile.c" />
<ClCompile Include="..\..\..\jsfun.c" />
<ClCompile Include="..\..\..\jsgc.c" />
<ClCompile Include="..\..\..\jshash.c" />
<ClCompile Include="..\..\..\jsinterp.c" />
<ClCompile Include="..\..\..\jsinvoke.c" />
<ClCompile Include="..\..\..\jsiter.c" />
<ClCompile Include="..\..\..\jskwgen.c" />
<ClCompile Include="..\..\..\jslock.c" />
<ClCompile Include="..\..\..\jslog2.c" />
<ClCompile Include="..\..\..\jslong.c" />
Expand Down
15 changes: 15 additions & 0 deletions spidermonkey/make/VS2017/jscript/jscript.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@
<ClCompile Include="..\..\..\prmjtime.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\js.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jscpucfg.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsfile.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsinvoke.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jskwgen.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\jsapi.h">
Expand Down

0 comments on commit cc4dff8

Please sign in to comment.