mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
0c8ad17f7c
Added sv_guidkey cvar, allowing cross-server guid key generation (although it lacks auth). Support .ico, because we can. preliminary support for sdl 2.0.6's vulkan stuff. will wait till its actually released before its properly used. Fix capturedemo. videomap should typically use premultiplied alpha, apparently. Updated sound drivers. No more old drivers. Better cvar registration. More drivers optionally support float output. Added certificate log for dtls connections. Rewrote font char cache, now supports full unicode char range, not just ucs-2. Attempt to support FreeType 2.5+ rgba fonts. XMPP now supports carbons, and shows avatars in conversations. Updated xmpp's scram auth to be more strict, including the plus variation (hopefully), to block evil tls proxies. ffmpeg plugin now uses the decoupled api for decoding too. Cef plugin updated to support fte-scheme post data properly, as well as request/response headers (like cross-origin). git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5148 fc73d0e0-1445-4013-8a0c-d673dee63da5
89 lines
2.1 KiB
XML
89 lines
2.1 KiB
XML
<?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"
|
|
BuildCommandLine="cd $(InputDir)\.. && vcify make web-dbg DEPCC="
|
|
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"
|
|
BuildCommandLine="cd $(InputDir)\.. && vcify make web-rel FTE_TARGET=web ASMJS_MEMORY=1073741824 -j8"
|
|
ReBuildCommandLine=""
|
|
CleanCommandLine="cd $(InputDir)\.. && vcify make clean FTE_TARGET=web"
|
|
Output=""
|
|
PreprocessorDefinitions="ANDROID;NDEBUG"
|
|
IncludeSearchPath=""
|
|
ForcedIncludes=""
|
|
AssemblySearchPath=""
|
|
ForcedUsingAssemblies=""
|
|
CompileAsManaged=""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<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>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|