2014-09-20 04:11:39 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="emscripten"
|
|
|
|
ProjectGUID="{75D91BDE-CC30-4C53-BF33-5F69EF13A61B}"
|
|
|
|
RootNamespace="empscripten"
|
|
|
|
Keyword="MakeFileProj"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCNMakeTool"
|
2017-09-20 11:27:13 +00:00
|
|
|
BuildCommandLine="cd $(InputDir)\.. && vcify make web-dbg DEPCC="
|
2014-09-20 04:11:39 +00:00
|
|
|
ReBuildCommandLine=""
|
|
|
|
CleanCommandLine="cd $(InputDir)\.. && vcify make clean -j8"
|
|
|
|
Output=""
|
|
|
|
PreprocessorDefinitions="ANDROID;DEBUG"
|
|
|
|
IncludeSearchPath=""
|
|
|
|
ForcedIncludes=""
|
|
|
|
AssemblySearchPath=""
|
|
|
|
ForcedUsingAssemblies=""
|
|
|
|
CompileAsManaged=""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCNMakeTool"
|
2017-06-21 01:24:25 +00:00
|
|
|
BuildCommandLine="cd $(InputDir)\.. && vcify make web-rel FTE_TARGET=web ASMJS_MEMORY=1073741824 -j8"
|
2014-09-20 04:11:39 +00:00
|
|
|
ReBuildCommandLine=""
|
2016-07-12 00:40:13 +00:00
|
|
|
CleanCommandLine="cd $(InputDir)\.. && vcify make clean FTE_TARGET=web"
|
2014-09-20 04:11:39 +00:00
|
|
|
Output=""
|
|
|
|
PreprocessorDefinitions="ANDROID;NDEBUG"
|
|
|
|
IncludeSearchPath=""
|
|
|
|
ForcedIncludes=""
|
|
|
|
AssemblySearchPath=""
|
|
|
|
ForcedUsingAssemblies=""
|
|
|
|
CompileAsManaged=""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
2015-08-20 03:17:47 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\web\fs_web.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\web\ftejslib.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\web\ftejslib.js"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\web\gl_vidweb.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\web\prejs.js"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\web\sys_web.c"
|
|
|
|
>
|
|
|
|
</File>
|
2014-09-20 04:11:39 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|