Skip to content

Commit

Permalink
Start updating project files
Browse files Browse the repository at this point in the history
  • Loading branch information
strattond committed Feb 3, 2025
1 parent f1c77ca commit 6f36f5f
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 86 deletions.
10 changes: 0 additions & 10 deletions spidermonkey/make/VS2022/jscript/jscript.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jscript", "jscript.vcxproj", "{2AF3A5EA-0CEC-4D24-80F7-05E0B8B300C5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fdlibm", "..\fdlibm\fdlibm.vcxproj", "{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand All @@ -23,14 +21,6 @@ Global
{2AF3A5EA-0CEC-4D24-80F7-05E0B8B300C5}.Release|x64.Build.0 = Release|x64
{2AF3A5EA-0CEC-4D24-80F7-05E0B8B300C5}.Release|x86.ActiveCfg = Release|Win32
{2AF3A5EA-0CEC-4D24-80F7-05E0B8B300C5}.Release|x86.Build.0 = Release|Win32
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Debug|x64.ActiveCfg = Debug|x64
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Debug|x64.Build.0 = Debug|x64
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Debug|x86.ActiveCfg = Debug|Win32
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Debug|x86.Build.0 = Debug|Win32
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Release|x64.ActiveCfg = Release|x64
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Release|x64.Build.0 = Release|x64
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Release|x86.ActiveCfg = Release|Win32
{DEF425F3-E969-4696-AB8C-8D0D7EAEF868}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
98 changes: 60 additions & 38 deletions spidermonkey/make/VS2022/jscript/jscript.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,69 +173,83 @@
</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="..\..\..\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="..\..\..\jslock.c" />
<ClCompile Include="..\..\..\jslog2.c" />
<ClCompile Include="..\..\..\jslong.c" />
<ClCompile Include="..\..\..\jsmath.c" />
<ClCompile Include="..\..\..\jsnum.c" />
<ClCompile Include="..\..\..\jsobj.c" />
<ClCompile Include="..\..\..\jsopcode.c" />
<ClCompile Include="..\..\..\jsparse.c" />
<ClCompile Include="..\..\..\jsprf.c" />
<ClCompile Include="..\..\..\jsregexp.c" />
<ClCompile Include="..\..\..\jsscan.c" />
<ClCompile Include="..\..\..\jsscope.c" />
<ClCompile Include="..\..\..\jsscript.c" />
<ClCompile Include="..\..\..\jsstr.c" />
<ClCompile Include="..\..\..\jsutil.c" />
<ClCompile Include="..\..\..\jsxdrapi.c" />
<ClCompile Include="..\..\..\jsxml.c" />
<ClCompile Include="..\..\..\prmjtime.c" />
<ClCompile Include="..\..\..\js.cpp" />
<ClCompile Include="..\..\..\jsapi.cpp" />
<ClCompile Include="..\..\..\jsarena.cpp" />
<ClCompile Include="..\..\..\jsarray.cpp" />
<ClCompile Include="..\..\..\jsatom.cpp" />
<ClCompile Include="..\..\..\jsbool.cpp" />
<ClCompile Include="..\..\..\jsbuiltins.cpp" />
<ClCompile Include="..\..\..\jscntxt.cpp" />
<ClCompile Include="..\..\..\jsdate.cpp" />
<ClCompile Include="..\..\..\jsdbgapi.cpp" />
<ClCompile Include="..\..\..\jsdhash.cpp" />
<ClCompile Include="..\..\..\jsdtoa.cpp" />
<ClCompile Include="..\..\..\jsemit.cpp" />
<ClCompile Include="..\..\..\jsexn.cpp" />
<ClCompile Include="..\..\..\jsfile.cpp" />
<ClCompile Include="..\..\..\jsfun.cpp" />
<ClCompile Include="..\..\..\jsgc.cpp" />
<ClCompile Include="..\..\..\jshash.cpp" />
<ClCompile Include="..\..\..\jsinterp.cpp" />
<ClCompile Include="..\..\..\jsinvoke.cpp" />
<ClCompile Include="..\..\..\jsiter.cpp" />
<ClCompile Include="..\..\..\jslock.cpp" />
<ClCompile Include="..\..\..\jslog2.cpp" />
<ClCompile Include="..\..\..\jslong.cpp" />
<ClCompile Include="..\..\..\jsmath.cpp" />
<ClCompile Include="..\..\..\jsnum.cpp" />
<ClCompile Include="..\..\..\jsobj.cpp" />
<ClCompile Include="..\..\..\json.cpp" />
<ClCompile Include="..\..\..\jsopcode.cpp" />
<ClCompile Include="..\..\..\jsoplengen.cpp" />
<ClCompile Include="..\..\..\jsparse.cpp" />
<ClCompile Include="..\..\..\jsprf.cpp" />
<ClCompile Include="..\..\..\jsregexp.cpp" />
<ClCompile Include="..\..\..\jsscan.cpp" />
<ClCompile Include="..\..\..\jsscope.cpp" />
<ClCompile Include="..\..\..\jsscript.cpp" />
<ClCompile Include="..\..\..\jsstr.cpp" />
<ClCompile Include="..\..\..\jstracer.cpp" />
<ClCompile Include="..\..\..\jsutil.cpp" />
<ClCompile Include="..\..\..\jsxdrapi.cpp" />
<ClCompile Include="..\..\..\jsxml.cpp" />
<ClCompile Include="..\..\..\prmjtime.cpp" />
<ClCompile Include="..\..\..\dtoa.c" />
<ClCompile Include="..\..\..\jsdtracef.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\jsapi.h" />
<ClInclude Include="..\..\..\jsarena.h" />
<ClInclude Include="..\..\..\jsarray.h" />
<ClInclude Include="..\..\..\jsatom.h" />
<ClInclude Include="..\..\..\jsbit.h" />
<ClInclude Include="..\..\..\jsbool.h" />
<ClInclude Include="..\..\..\jsclist.h" />
<ClInclude Include="..\..\..\jscntxt.h" />
<ClInclude Include="..\..\..\jscompat.h" />
<ClInclude Include="..\..\..\jsdate.h" />
<ClInclude Include="..\..\..\jsdbgapi.h" />
<ClInclude Include="..\..\..\jsdhash.h" />
<ClInclude Include="..\..\..\jsdtoa.h" />
<ClInclude Include="..\..\..\jsdtracef.h" />
<ClInclude Include="..\..\..\jsemit.h" />
<ClInclude Include="..\..\..\jsexn.h" />
<ClInclude Include="..\..\..\jsfile.h" />
<ClInclude Include="..\..\..\jsfun.h" />
<ClInclude Include="..\..\..\jsgc.h" />
<ClInclude Include="..\..\..\jshash.h" />
<ClInclude Include="..\..\..\jsinterp.h" />
<ClInclude Include="..\..\..\jsiter.h" />
<ClInclude Include="..\..\..\jslibmath.h" />
<ClInclude Include="..\..\..\jslock.h" />
<ClInclude Include="..\..\..\jslong.h" />
<ClInclude Include="..\..\..\jsmath.h" />
<ClInclude Include="..\..\..\jsnum.h" />
<ClInclude Include="..\..\..\jsobj.h" />
<ClInclude Include="..\..\..\json.h" />
<ClInclude Include="..\..\..\jsopcode.h" />
<ClInclude Include="..\..\..\jsotypes.h" />
<ClInclude Include="..\..\..\jsparse.h" />
<ClInclude Include="..\..\..\jsprf.h" />
<ClInclude Include="..\..\..\jsprvtd.h" />
Expand All @@ -244,16 +258,24 @@
<ClInclude Include="..\..\..\jsscan.h" />
<ClInclude Include="..\..\..\jsscope.h" />
<ClInclude Include="..\..\..\jsscript.h" />
<ClInclude Include="..\..\..\jsstaticcheck.h" />
<ClInclude Include="..\..\..\jsstddef.h" />
<ClInclude Include="..\..\..\jsstr.h" />
<ClInclude Include="..\..\..\jstracer.h" />
<ClInclude Include="..\..\..\jstypes.h" />
<ClInclude Include="..\..\..\jsutil.h" />
<ClInclude Include="..\..\..\jsversion.h" />
<ClInclude Include="..\..\..\jsxdrapi.h" />
<ClInclude Include="..\..\..\jsxml.h" />
<ClInclude Include="..\..\..\prmjtime.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\builtins.tbl" />
<None Include="..\..\..\jitstats.tbl" />
<None Include="..\..\..\jskeyword.tbl" />
<None Include="..\..\..\jsopcode.tbl" />
<None Include="..\..\..\jsproto.tbl" />
<None Include="..\..\..\jsreops.tbl" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
76 changes: 38 additions & 38 deletions spidermonkey/make/VS2022/jscript/jscript.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,118 +15,118 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\jsapi.c">
<ClCompile Include="..\..\..\jsapi.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsarena.c">
<ClCompile Include="..\..\..\jsarena.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsarray.c">
<ClCompile Include="..\..\..\jsarray.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsatom.c">
<ClCompile Include="..\..\..\jsatom.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsbool.c">
<ClCompile Include="..\..\..\jsbool.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jscntxt.c">
<ClCompile Include="..\..\..\jscntxt.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsdate.c">
<ClCompile Include="..\..\..\jsdate.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsdbgapi.c">
<ClCompile Include="..\..\..\jsdbgapi.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsdhash.c">
<ClCompile Include="..\..\..\jsdhash.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsdtoa.c">
<ClCompile Include="..\..\..\jsdtoa.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsemit.c">
<ClCompile Include="..\..\..\jsemit.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsexn.c">
<ClCompile Include="..\..\..\jsexn.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsfun.c">
<ClCompile Include="..\..\..\jsfun.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsgc.c">
<ClCompile Include="..\..\..\jsgc.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jshash.c">
<ClCompile Include="..\..\..\jshash.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsinterp.c">
<ClCompile Include="..\..\..\jsinterp.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsiter.c">
<ClCompile Include="..\..\..\jsiter.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jslock.c">
<ClCompile Include="..\..\..\jslock.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jslog2.c">
<ClCompile Include="..\..\..\jslog2.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jslong.c">
<ClCompile Include="..\..\..\jslong.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsmath.c">
<ClCompile Include="..\..\..\jsmath.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsnum.c">
<ClCompile Include="..\..\..\jsnum.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsobj.c">
<ClCompile Include="..\..\..\jsobj.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsopcode.c">
<ClCompile Include="..\..\..\jsopcode.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsparse.c">
<ClCompile Include="..\..\..\jsparse.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsprf.c">
<ClCompile Include="..\..\..\jsprf.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsregexp.c">
<ClCompile Include="..\..\..\jsregexp.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsscan.c">
<ClCompile Include="..\..\..\jsscan.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsscope.c">
<ClCompile Include="..\..\..\jsscope.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsscript.c">
<ClCompile Include="..\..\..\jsscript.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsstr.c">
<ClCompile Include="..\..\..\jsstr.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsutil.c">
<ClCompile Include="..\..\..\jsutil.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsxdrapi.c">
<ClCompile Include="..\..\..\jsxdrapi.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsxml.c">
<ClCompile Include="..\..\..\jsxml.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\prmjtime.c">
<ClCompile Include="..\..\..\prmjtime.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\js.c">
<ClCompile Include="..\..\..\js.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsfile.c">
<ClCompile Include="..\..\..\jsfile.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\jsinvoke.c">
<ClCompile Include="..\..\..\jsinvoke.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
Expand Down

0 comments on commit 6f36f5f

Please sign in to comment.