gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/win32 ReadMe.txt gnash.exe npgnash.dll gn...


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/win32 ReadMe.txt gnash.exe npgnash.dll gn...
Date: Sun, 06 Aug 2006 19:00:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/08/06 19:00:49

Added files:
        win32          : ReadMe.txt gnash.exe npgnash.dll 
        win32/gnash    : gnash.sln gnash.vcproj 
        win32/npgnash  : npgnash.def npgnash.sln npgnash.vcproj 

Log message:
        VC++ gnash & firefox plugin projects. Executables.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/ReadMe.txt?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/gnash.exe?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/npgnash.dll?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/gnash/gnash.sln?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/gnash/gnash.vcproj?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/npgnash/npgnash.def?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/npgnash/npgnash.sln?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/npgnash/npgnash.vcproj?cvsroot=gnash&rev=1.1

Patches:
Index: ReadMe.txt
===================================================================
RCS file: ReadMe.txt
diff -N ReadMe.txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ ReadMe.txt  6 Aug 2006 19:00:49 -0000       1.1
@@ -0,0 +1,35 @@
+gnash.exe - it's a standalone executable file.
+
+It depends on the next DLL files:
+SDL.dll, libjpeg6b.dll, LIBCURL.dll, libMYSQL.dll, MSVCP80.dll, MSVCR80.dll.
+
+To start gnash.exe, for example, you may copy these files to
+C:\WINDOWS\System32 
+directory. Then,you can type "gnash c:\mydir\myfile.swf".
+
+npgnash.dll - it's a plugin for Mozilla Firefox browser.
+To use it,for example, you may copy this file to 
+C:\Program Files\Mozilla Firefox\plugin.
+Then restart Mozilla Firefox.
+Then,you can view SWF files via browser window.
+npgnash.dll has the same dependencies as gnash.exe. 
+
+WARNING:The Firefox Gnash Plugin has the next bugs:
+
+ -  Key events are not handled
+ -  Plugin can be started only in one window of Mozilla browser.Opening plugin 
in two or more windows will
+    crash browser.
+ -  Resizing browser window when plugin is running,will crash browser.
+ -  Mouse events is handled with delay.
+ 
+We'll correct this bugs as soon as possible.
+
+NOTE: This program is distributed in the hope that it will be useful,
+      but WITHOUT ANY WARRANTY; without even the implied warranty of
+      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+      GNU General Public License for more details.
+
+These files are demo versions of our Flash player and "currently unsupported" 
& "under development".
+
+
+               gnash development team
\ No newline at end of file

Index: gnash.exe
===================================================================
RCS file: gnash.exe
diff -N gnash.exe
Binary files /dev/null and /tmp/cvsDVsOwr differ

Index: npgnash.dll
===================================================================
RCS file: npgnash.dll
diff -N npgnash.dll
Binary files /dev/null and /tmp/cvsqQAFiq differ

Index: gnash/gnash.sln
===================================================================
RCS file: gnash/gnash.sln
diff -N gnash/gnash.sln
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gnash/gnash.sln     6 Aug 2006 19:00:49 -0000       1.1
@@ -0,0 +1,20 @@
+
+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/gnash.vcproj
===================================================================
RCS file: gnash/gnash.vcproj
diff -N gnash/gnash.vcproj
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gnash/gnash.vcproj  6 Aug 2006 19:00:49 -0000       1.1
@@ -0,0 +1,1081 @@
+<?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"
+                               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 
&quot;HAVE_SDL_MIXER_H&quot; /D &quot;RENDERER_OPENGL&quot; /D 
&quot;HAVE_SDL_MIXER_H&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;1.1.1&quot;&quot;&quot;&#x0D;&#x0A;"
+                               Optimization="0"
+                               
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;$(NOINHERIT)"
+                               PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+                               MinimalRebuild="true"
+                               BasicRuntimeChecks="3"
+                               RuntimeLibrary="3"
+                               UsePrecompiledHeader="0"
+                               WarningLevel="2"
+                               Detect64BitPortabilityProblems="true"
+                               DebugInformationFormat="4"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="sdl.lib zlib.lib 
sdl_mixer.lib jpeg.lib sdlmain.lib opengl32.lib ws2_32.lib libcurl.lib 
WinMM.lib libmysql.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 
&quot;HAVE_SDL_MIXER_H&quot; /D &quot;RENDERER_OPENGL&quot; /D 
&quot;HAVE_SDL_MIXER_H&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;1.1.1&quot;&quot;&quot;&#x0D;&#x0A;"
+                               
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 
sdl_mixer.lib jpeg.lib sdlmain.lib opengl32.lib ws2_32.lib libcurl.lib 
WinMM.lib libmysql.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\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\asobj\Boolean.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\button.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Camera.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\character.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\character_def.cpp"
+                               >
+                       </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="..\..\libbase\demo.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\dlist.cpp"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\server\edit_text_character.cpp"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\server\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="..\..\backend\gnash.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\morph2.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Mouse.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_def_impl.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_root.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\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\ogl.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\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\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\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="..\..\server\text.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="..\..\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\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\bitmap_character_def.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Boolean.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\builtin_function.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\button.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Camera.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\character.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\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\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\gnash.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\GnashException.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\grid_index.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\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="..\..\server\asobj\Math.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\membuf.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Microphone.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\morph2.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Mouse.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_def_impl.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_definition.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\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="..\..\server\Object.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\ogl.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\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\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\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="..\..\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}"
+                       >
+               </Filter>
+               <File
+                       RelativePath=".\ReadMe.txt"
+                       >
+               </File>
+       </Files>
+       <Globals>
+       </Globals>
+</VisualStudioProject>

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

Index: npgnash/npgnash.sln
===================================================================
RCS file: npgnash/npgnash.sln
diff -N npgnash/npgnash.sln
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ npgnash/npgnash.sln 6 Aug 2006 19:00:49 -0000       1.1
@@ -0,0 +1,20 @@
+
+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/npgnash.vcproj
===================================================================
RCS file: npgnash/npgnash.vcproj
diff -N npgnash/npgnash.vcproj
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ npgnash/npgnash.vcproj      6 Aug 2006 19:00:49 -0000       1.1
@@ -0,0 +1,1137 @@
+<?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 
&quot;HAVE_SDL_MIXER_H&quot; /D &quot;RENDERER_OPENGL&quot; /D 
&quot;HAVE_SDL_MIXER_H&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;1.1.1&quot;&quot;&quot;&#x0D;&#x0A;"
+                               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 
sdl_mixer.lib jpeg.lib sdlmain.lib opengl32.lib ws2_32.lib libcurl.lib 
WinMM.lib libmysql.lib nspr4.lib plds4.lib plc4.lib"
+                               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 
&quot;HAVE_SDL_MIXER_H&quot; /D &quot;RENDERER_OPENGL&quot; /D 
&quot;HAVE_SDL_MIXER_H&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;1.1.1&quot;&quot;&quot;&#x0D;&#x0A;"
+                               
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 
sdl_mixer.lib jpeg.lib sdlmain.lib opengl32.lib ws2_32.lib libcurl.lib 
WinMM.lib libmysql.lib nspr4.lib plds4.lib plc4.lib"
+                               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\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\asobj\Boolean.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\button.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Camera.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\character.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\character_def.cpp"
+                               >
+                       </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="..\..\libbase\demo.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\dlist.cpp"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\server\edit_text_character.cpp"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\server\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\morph2.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Mouse.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_def_impl.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_root.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\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="..\..\plugin\mozilla-sdk\np_entry.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\player.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\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\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\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"
+                               >
+                               <FileConfiguration
+                                       Name="Release|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               UsePrecompiledHeader="0"
+                                       />
+                               </FileConfiguration>
+                       </File>
+                       <File
+                               RelativePath="..\..\server\text.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="..\..\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\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\bitmap_character_def.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Boolean.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\builtin_function.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\button.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Camera.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\character.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\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\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\gnash.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\GnashException.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\grid_index.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\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="..\..\server\asobj\Math.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\membuf.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Microphone.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\morph2.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Mouse.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_def_impl.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\movie_definition.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\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="..\..\plugin\win32\npgnash_resource.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\plugin\mozilla-sdk\npplat.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\Object.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\libbase\ogl.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\plugin\win32\player.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\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\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\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="..\..\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]