gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/win32/npgnash npgnash.def npgnash.sln npg...


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/win32/npgnash npgnash.def npgnash.sln npg...
Date: Mon, 20 Nov 2006 15:16:33 +0000

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

Removed files:
        win32/npgnash  : npgnash.def npgnash.sln npgnash.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/npgnash/npgnash.def?cvsroot=gnash&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/npgnash/npgnash.sln?cvsroot=gnash&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/npgnash/npgnash.vcproj?cvsroot=gnash&r1=1.6&r2=0

Patches:
Index: npgnash.def
===================================================================
RCS file: npgnash.def
diff -N npgnash.def
--- npgnash.def 6 Aug 2006 19:00:49 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-LIBRARY        "npgnash"
-EXPORTS
-        NP_GetEntryPoints   @1
-        NP_Initialize       @2
-        NP_Shutdown         @3
\ No newline at end of file

Index: npgnash.sln
===================================================================
RCS file: npgnash.sln
diff -N npgnash.sln
--- npgnash.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}") = "npgnash", 
"npgnash.vcproj", "{DDC708C5-495F-4FDC-9AC9-BD9C518E7533}"
-EndProject
-Global
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug|Win32 = Debug|Win32
-               Release|Win32 = Release|Win32
-       EndGlobalSection
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {DDC708C5-495F-4FDC-9AC9-BD9C518E7533}.Debug|Win32.ActiveCfg = 
Debug|Win32
-               {DDC708C5-495F-4FDC-9AC9-BD9C518E7533}.Debug|Win32.Build.0 = 
Debug|Win32
-               {DDC708C5-495F-4FDC-9AC9-BD9C518E7533}.Release|Win32.ActiveCfg 
= Release|Win32
-               {DDC708C5-495F-4FDC-9AC9-BD9C518E7533}.Release|Win32.Build.0 = 
Release|Win32
-       EndGlobalSection
-       GlobalSection(SolutionProperties) = preSolution
-               HideSolutionNode = FALSE
-       EndGlobalSection
-EndGlobal

Index: npgnash.vcproj
===================================================================
RCS file: npgnash.vcproj
diff -N npgnash.vcproj
--- npgnash.vcproj      15 Oct 2006 09:11:21 -0000      1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,1159 +0,0 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="8,00"
-       Name="npgnash"
-       ProjectGUID="{DDC708C5-495F-4FDC-9AC9-BD9C518E7533}"
-       RootNamespace="npgnash"
-       Keyword="Win32Proj"
-       >
-       <Platforms>
-               <Platform
-                       Name="Win32"
-               />
-       </Platforms>
-       <ToolFiles>
-       </ToolFiles>
-       <Configurations>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-                       IntermediateDirectory="$(ConfigurationName)"
-                       ConfigurationType="2"
-                       CharacterSet="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"
-                               Optimization="0"
-                               
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;&quot;../../plugin\mozilla-sdk&quot;;$(NOINHERIT)"
-                               
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NPGNASH_EXPORTS"
-                               MinimalRebuild="true"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="3"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="2"
-                               Detect64BitPortabilityProblems="true"
-                               DebugInformationFormat="4"
-                               ForcedIncludeFiles="mozilla-config.h"
-                       />
-                       <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 
nspr4.lib plds4.lib plc4.lib"
-                               OutputFile="C:\Program Files\Mozilla 
Firefox\plugins\$(ProjectName).dll"
-                               LinkIncremental="2"
-                               IgnoreDefaultLibraryNames="LIBCMT.lib"
-                               ModuleDefinitionFile="npgnash.def"
-                               GenerateDebugInformation="true"
-                               SubSystem="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>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-                       IntermediateDirectory="$(ConfigurationName)"
-                       ConfigurationType="2"
-                       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"
-                               
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;&quot;../../plugin\mozilla-sdk&quot;;$(NOINHERIT)"
-                               
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NPGNASH_EXPORTS"
-                               RuntimeLibrary="2"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="2"
-                               Detect64BitPortabilityProblems="true"
-                               DebugInformationFormat="3"
-                               ForcedIncludeFiles="mozilla-config.h"
-                       />
-                       <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 
nspr4.lib plds4.lib plc4.lib"
-                               OutputFile="C:\Program Files\Mozilla 
Firefox\plugins\$(ProjectName).dll"
-                               LinkIncremental="1"
-                               IgnoreDefaultLibraryNames="LIBCMT.lib"
-                               ModuleDefinitionFile="npgnash.def"
-                               GenerateDebugInformation="true"
-                               SubSystem="2"
-                               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="..\..\libamf\amftest.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\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"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Color.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\config.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="..\..\libbase\demo.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"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Error.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\font.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\fontlib.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\getopt.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Global.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="..\..\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"
-                               >
-                       </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="..\..\server\asobj\NetConnection.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\NetStream.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\network.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\plugin\mozilla-sdk\np_entry.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\plugin\win32\npgnash.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath=".\npgnash.def"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\plugin\mozilla-sdk\npn_gate.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\plugin\mozilla-sdk\npp_gate.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\ogl.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\plugin\win32\plugin.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\postscript.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\rc.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\render.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\backend\render_handler_ogl.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\rtmp.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\Selection.cpp"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\shape.cpp"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\parser\shape_character_def.cpp"
-                               >
-                       </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"
-                               >
-                       </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"
-                               >
-                       </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="..\..\libbase\test_ogl.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="..\..\server\tools.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\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\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="..\..\libbase\demo.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="..\..\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\asobj\gstring.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="..\..\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\mouse_button_state.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\asobj\MovieClip.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\MovieClipLoader.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\server\asobj\NetConnection.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\asobj\NetStream.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\network.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\plugin\win32\npgnash_resource.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\plugin\mozilla-sdk\npplat.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\ogl.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\plugin\win32\plugin.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\plugin\mozilla-sdk\pluginbase.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\postscript.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\protocol.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libbase\rc.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\ref_counted.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\render.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\server\resource.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\libamf\rtmp.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_event.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\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\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}"
-                       >
-                       <File
-                               RelativePath="..\..\plugin\win32\npgnash.rc"
-                               >
-                       </File>
-               </Filter>
-               <File
-                       RelativePath=".\ReadMe.txt"
-                       >
-               </File>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>




reply via email to

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