gnash-commit
[Top][All Lists]
Advanced

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

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


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/win32/gnash gnash.vcproj
Date: Fri, 27 Oct 2006 14:33:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/10/27 14:33:29

Modified files:
        win32/gnash    : gnash.vcproj 

Log message:
        videostream implementation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/win32/gnash/gnash.vcproj?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: gnash.vcproj
===================================================================
RCS file: /sources/gnash/gnash/win32/gnash/gnash.vcproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- gnash.vcproj        15 Oct 2006 09:11:21 -0000      1.17
+++ gnash.vcproj        27 Oct 2006 14:33:29 -0000      1.18
@@ -39,10 +39,9 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
-                               AdditionalOptions="/D 
&quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;WIN32_HASH_MAP&quot; /D 
&quot;HAVE_ISFINITE&quot; /D &quot;HAVE_SDL_H&quot; /D SOUND_SDL /D 
&quot;RENDERER_OPENGL&quot; /D &quot;NETWORK_CONN&quot; /D HAVE_WINSOCK_H /D 
&quot;NETWORK_CONN&quot; /D &quot;USE_CURL&quot; /D &quot;HAVE_LIBCURL&quot; /D 
HAVE_EXTENSIONS /D VERSION=&quot;&quot;&quot;0.7.1&quot;&quot;&quot; /D 
USE_SDL_THREADS /D GUI_SDL"
                                Optimization="0"
                                
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;../../parser;../../backend;$(NOINHERIT)"
-                               PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+                               
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;WIN32_HASH_MAP;HAVE_ISFINITE;HAVE_SDL_H;SOUND_SDL;RENDERER_OPENGL;HAVE_WINSOCK_H;USE_CURL;HAVE_LIBCURL;HAVE_EXTENSIONS;VERSION=&quot;&quot;&quot;0.7.1&quot;&quot;&quot;;USE_SDL_THREADS;GUI_SDL;NETWORK_CONN;USE_FFMPEG;EMULATE_INTTYPES"
                                MinimalRebuild="true"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
@@ -50,6 +49,7 @@
                                WarningLevel="2"
                                Detect64BitPortabilityProblems="true"
                                DebugInformationFormat="4"
+                               ShowIncludes="false"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
@@ -62,7 +62,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="sdl.lib zlib.lib 
jpeg.lib sdlmain.lib opengl32.lib ws2_32.lib libcurl.lib WinMM.lib libmysql.lib"
+                               AdditionalDependencies="sdl.lib zlib.lib 
jpeg.lib sdlmain.lib opengl32.lib pthreadVC.lib ws2_32.lib libcurl.lib 
WinMM.lib libmysql.lib avutil-49.lib avcodec-51.lib avformat-50.lib glew32.lib"
                                LinkIncremental="2"
                                IgnoreDefaultLibraryNames="LIBCMT.lib"
                                GenerateDebugInformation="true"
@@ -339,6 +339,10 @@
                                >
                        </File>
                        <File
+                               
RelativePath="..\..\server\generic_character.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\libbase\getopt_win32.cpp"
                                >
                        </File>
@@ -391,6 +395,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\matrix.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\libbase\membuf.cpp"
                                >
                        </File>
@@ -465,10 +473,22 @@
                                >
                        </File>
                        <File
+                               
RelativePath="..\..\libbase\noseek_fd_adapter.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\gui\NullGui.cpp"
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\asobj\Number.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Object.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\gui\Player.cpp"
                                >
                        </File>
@@ -481,6 +501,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\rect.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\render.cpp"
                                >
                        </File>
@@ -489,6 +513,10 @@
                                >
                        </File>
                        <File
+                               
RelativePath="..\..\backend\render_handler_tri.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\libamf\rtmp.cpp"
                                >
                        </File>
@@ -497,6 +525,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\sdl_ogl_glue.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\asobj\Selection.cpp"
                                >
                        </File>
@@ -695,6 +727,14 @@
                                >
                        </File>
                        <File
+                               
RelativePath="..\..\server\parser\video_stream_def.cpp"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\server\video_stream_instance.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\xml.cpp"
                                >
                        </File>
@@ -881,6 +921,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\asobj\GMath.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\gnash.h"
                                >
                        </File>
@@ -893,6 +937,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\asobj\gstring.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\gstring.h"
                                >
                        </File>
@@ -933,6 +981,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\matrix.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\libbase\membuf.h"
                                >
                        </File>
@@ -1005,10 +1057,22 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\libbase\noseek_fd_adapter.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\gui\NullGui.h"
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\asobj\Number.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\server\asobj\Object.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\Object.h"
                                >
                        </File>
@@ -1033,6 +1097,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\server\rect.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\ref_counted.h"
                                >
                        </File>
@@ -1041,6 +1109,10 @@
                                >
                        </File>
                        <File
+                               
RelativePath="..\..\backend\render_handler_tri.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\resource.h"
                                >
                        </File>
@@ -1049,6 +1121,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\sdl_ogl_glue.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\gui\sdlsup.h"
                                >
                        </File>
@@ -1217,6 +1293,14 @@
                                >
                        </File>
                        <File
+                               
RelativePath="..\..\server\parser\video_stream_def.h"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\server\video_stream_instance.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\with_stack_entry.h"
                                >
                        </File>




reply via email to

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