gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/win32/gnash gnash.sln gnash.vcproj


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/win32/gnash gnash.sln gnash.vcproj
Date: Mon, 20 Nov 2006 15:17:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/11/20 15:17:38

Removed files:
        win32/gnash    : gnash.sln gnash.vcproj 

Log message:
                * server\parser\movie_def_impl.cpp: usleep(x) ==> Sleep(x/1000) 
for win32,
                'return _thread == 0' is invalid in win32 that 'pthread_t' is 
typedef struct {
            void * p;                   /* Pointer to actual object */
            unsigned int x;             /* Extra information - reuse count etc 
*/
                } ptw32_handle_t;
                * server\video_stream_instance.h: typo
                * gui\gui.cpp: typo
                * backend\render_handler_ogl.cpp: GL/glx.h is absent in win32
                * backend\sound_handler_sdl.cpp: sdl_audio_callback() is 
switched off for win32
                because of segmentation fault
                * server\video_stream_instance.cpp: typo
                * reconfigured win32 dir

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/gnash/gnash.sln?cvsroot=gnash&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/gnash/gnash.vcproj?cvsroot=gnash&r1=1.22&r2=0

Patches:
Index: gnash.sln
===================================================================
RCS file: gnash.sln
diff -N gnash.sln
--- gnash.sln   6 Aug 2006 19:00:49 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gnash", "gnash.vcproj", 
"{E5A44530-7782-42A2-A41D-238670499C44}"
-EndProject
-Global
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug|Win32 = Debug|Win32
-               Release|Win32 = Release|Win32
-       EndGlobalSection
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {E5A44530-7782-42A2-A41D-238670499C44}.Debug|Win32.ActiveCfg = 
Debug|Win32
-               {E5A44530-7782-42A2-A41D-238670499C44}.Debug|Win32.Build.0 = 
Debug|Win32
-               {E5A44530-7782-42A2-A41D-238670499C44}.Release|Win32.ActiveCfg 
= Release|Win32
-               {E5A44530-7782-42A2-A41D-238670499C44}.Release|Win32.Build.0 = 
Release|Win32
-       EndGlobalSection
-       GlobalSection(SolutionProperties) = preSolution
-               HideSolutionNode = FALSE
-       EndGlobalSection
-EndGlobal

Index: gnash.vcproj
===================================================================
RCS file: gnash.vcproj
diff -N gnash.vcproj
--- gnash.vcproj        8 Nov 2006 16:13:49 -0000       1.22
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,1369 +0,0 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="8,00"
-       Name="gnash"
-       ProjectGUID="{E5A44530-7782-42A2-A41D-238670499C44}"
-       RootNamespace="gnash"
-       Keyword="Win32Proj"
-       >
-       <Platforms>
-               <Platform
-                       Name="Win32"
-               />
-       </Platforms>
-       <ToolFiles>
-       </ToolFiles>
-       <Configurations>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-                       IntermediateDirectory="$(ConfigurationName)"
-                       ConfigurationType="1"
-                       CharacterSet="1"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;../../parser;../../backend;$(NOINHERIT)"
-                               
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;WIN32_HASH_MAP;HAVE_ISFINITE;HAVE_SDL_H;SOUND_SDL;RENDERER_OPENGL;HAVE_WINSOCK_H;USE_CURL;HAVE_LIBCURL;HAVE_EXTENSIONS;VERSION=&quot;&quot;&quot;0.7.1&quot;&quot;&quot;;USE_SDL_THREADS;GUI_SDL;NETWORK_CONN;USE_FFMPEG;EMULATE_INTTYPES;TARGET_CONFIG=&quot;&quot;&quot;win32&quot;&quot;&quot;;RENDERER_CONFIG=&quot;&quot;&quot;opengl&quot;&quot;&quot;;GUI_CONFIG=&quot;&quot;&quot;sdl&quot;&quot;&quot;;SOUND_CONFIG=&quot;&quot;&quot;sdl&quot;&quot;&quot;;DECODER_CONFIG=&quot;&quot;&quot;ffmpeg&quot;&quot;&quot;"
-                               MinimalRebuild="true"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="3"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="2"
-                               Detect64BitPortabilityProblems="true"
-                               DebugInformationFormat="4"
-                               ShowIncludes="false"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLinkerTool"
-                               AdditionalDependencies="sdl.lib zlib.lib 
jpeg.lib sdlmain.lib opengl32.lib pthreadVC2.lib ws2_32.lib libcurl.lib 
WinMM.lib libmysql.lib avutil-49.lib avcodec-51.lib avformat-50.lib glew32.lib"
-                               LinkIncremental="2"
-                               IgnoreDefaultLibraryNames="LIBCMT.lib"
-                               GenerateDebugInformation="true"
-                               SubSystem="1"
-                               TargetMachine="1"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCManifestTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCAppVerifierTool"
-                       />
-                       <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-                       IntermediateDirectory="$(ConfigurationName)"
-                       ConfigurationType="1"
-                       CharacterSet="1"
-                       WholeProgramOptimization="1"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               AdditionalOptions="/D 
&quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;WIN32_HASH_MAP&quot; /D 
&quot;HAVE_ISFINITE&quot; /D &quot;HAVE_SDL_H&quot; /D SOUND_SDL /D 
&quot;RENDERER_OPENGL&quot; /D &quot;NETWORK_CONN&quot; /D HAVE_WINSOCK_H /D 
&quot;NETWORK_CONN&quot; /D &quot;USE_CURL&quot; /D &quot;HAVE_LIBCURL&quot; /D 
HAVE_EXTENSIONS /D VERSION=&quot;&quot;&quot;0.7.1&quot;&quot;&quot; /D 
USE_SDL_THREADS /D GUI_SDL"
-                               
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;$(NOINHERIT)"
-                               PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
-                               RuntimeLibrary="2"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="2"
-                               Detect64BitPortabilityProblems="true"
-                               DebugInformationFormat="3"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLinkerTool"
-                               AdditionalDependencies="sdl.lib zlib.lib 
jpeg.lib sdlmain.lib opengl32.lib ws2_32.lib libcurl.lib WinMM.lib libmysql.lib 
pthreadVC.lib"
-                               LinkIncremental="1"
-                               IgnoreDefaultLibraryNames="LIBCMT.lib"
-                               GenerateDebugInformation="true"
-                               SubSystem="1"
-                               OptimizeReferences="2"
-                               EnableCOMDATFolding="2"
-                               TargetMachine="1"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCManifestTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCAppVerifierTool"
-                       />
-                       <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-       </Configurations>
-       <References>
-       </References>
-       <Files>
-               <Filter
-                       Name="Source Files"
-                       Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
-                       
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
-                       >
-                       <File
-                               RelativePath="..\..\server\action.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\action_buffer.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\ActionExec.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\amf.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\array.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_environment.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_function.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_object.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_value.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf\ASHandlers.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\ASSound.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\bitmap_character_def.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Boolean.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\button_character_def.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\button_character_instance.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Camera.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\character.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\character_def.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Color.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\container.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\ContextMenu.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\curl_adapter.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\CustomActions.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Date.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\dlist.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\edit_text_character.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\edit_text_character_def.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Error.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\font.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\fontlib.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\generic_character.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\getopt_win32.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\GetterSetter.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Global.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\gnash.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\gui.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\image.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\image_filters.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\impl.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\jpeg.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Key.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\LoadVars.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\LocalConnection.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\log.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Math.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\matrix.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\membuf.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Microphone.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\morph2_character_def.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Mouse.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\movie_def_impl.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\server\movie_instance.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\movie_root.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\MovieClip.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\MovieClipLoader.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\extensions\mysql\mysql_db.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\extensions\mysql\mysql_table.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\NetConnection.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\NetStream.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\network.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\libbase\noseek_fd_adapter.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\NullGui.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Number.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Object.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\Player.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\postscript.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\PropertyList.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\rc.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\rect.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\render.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\backend\render_handler_ogl.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\backend\render_handler_tri.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\rtmp.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\sdl.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\sdl_ogl_glue.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Selection.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\shape.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\shape_character_def.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\SharedObject.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\sound.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\backend\sound_handler_sdl.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\sprite_definition.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\server\sprite_instance.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Stage.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\stream.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\StreamProvider.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\string.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
ObjectFile="$(IntDir)\$(InputName)1.obj"
-                                               
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\server\styles.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf_function.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\System.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf\tag_loaders.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\swf\TagLoadersTable.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\tesselate.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\text.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\text_character_def.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\textformat.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\TextSnapshot.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\timers.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\libbase\triangulate_float.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\libbase\triangulate_sint32.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_file.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_file_SDL.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_random.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_timer.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_types.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\types.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\URL.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\URLAccessManager.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\utf8.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\utility.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Video.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\video_stream_def.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\video_stream_instance.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\video_yuv.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xml.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xmlattrs.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xmlnode.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xmlsocket.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\zlib_adapter.cpp"
-                               >
-                       </File>
-               </Filter>
-               <Filter
-                       Name="Header Files"
-                       Filter="h;hpp;hxx;hm;inl;inc;xsd"
-                       
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
-                       >
-                       <File
-                               RelativePath="..\..\server\action.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\action_buffer.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\action_buffer.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\ActionExec.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\amf.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\amfutf8.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\array.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_environment.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_function.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_member.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_object.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_prop_flags.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\as_value.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf\ASHandlers.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\ASSound.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\bitmap_character_def.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Boolean.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\builtin_function.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\button_character_def.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\button_character_instance.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Camera.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\character.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\character_def.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Color.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\container.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\ContextMenu.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\curl_adapter.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\CustomActions.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Date.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\dlist.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\edit_text_character.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\edit_text_character_def.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Error.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\execute_tag.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\fn_call.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\font.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\fontlib.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\generic_character.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\getopt_win32.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\GetterSetter.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\Global.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\GMath.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\gnash.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\GnashException.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\grid_index.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\gstring.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\gstring.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\gui.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\image.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\impl.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\jpeg.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Key.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\LoadVars.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\LocalConnection.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\log.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Math.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\matrix.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\membuf.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Microphone.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\morph2_character_def.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Mouse.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\movie.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\movie_def_impl.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\movie_definition.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\movie_instance.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\movie_interface.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\movie_root.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\MovieClip.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\MovieClip.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\MovieClipLoader.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\extensions\mysql\mysql_db.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\extensions\mysql\mysql_table.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\NetConnection.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\NetStream.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\network.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\noseek_fd_adapter.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\NullGui.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Number.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\Object.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Object.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\ogl.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\Player.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\postscript.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\Property.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\PropertyList.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\protocol.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\rc.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\rect.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\ref_counted.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\render.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\backend\render_handler.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\backend\render_handler_tri.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\resource.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\rtmp.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\sdl_ogl_glue.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\gui\sdlsup.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Selection.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\shape.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\shape_character_def.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\SharedObject.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\smart_ptr.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\sound.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\Sprite.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\sprite_definition.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\sprite_instance.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Stage.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\stream.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\StreamProvider.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\styles.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf_function.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\System.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\swf\tag_loaders.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\swf\TagLoadersTable.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\tesselate.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\text.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\text_character_def.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\textformat.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\TextSnapshot.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\thread.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\timers.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\triangulate.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\triangulate_impl.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_config.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_file.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_math.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\libbase\tu_opengl_includes.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_random.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_swap.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_timer.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\tu_types.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\types.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\URL.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\URLAccessManager.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\utf8.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\utility.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Video.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\video_stream_def.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\video_stream_instance.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\with_stack_entry.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xml.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xmlattrs.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xmlnode.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\xmlsocket.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\zlib_adapter.h"
-                               >
-                       </File>
-               </Filter>
-               <Filter
-                       Name="Resource Files"
-                       
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
-                       
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
-                       >
-               </Filter>
-               <File
-                       RelativePath=".\ReadMe.txt"
-                       >
-               </File>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]