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: Tue, 08 Aug 2006 14:16:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/08/08 14:16:54

Modified files:
        win32/gnash    : gnash.vcproj 

Log message:
        vc++ project is switched on gui

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

Patches:
Index: gnash.vcproj
===================================================================
RCS file: /sources/gnash/gnash/win32/gnash/gnash.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gnash.vcproj        6 Aug 2006 19:00:49 -0000       1.1
+++ gnash.vcproj        8 Aug 2006 14:16:54 -0000       1.2
@@ -39,7 +39,7 @@
                        />
                        <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;"
+                               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;1.1.1&quot;&quot;&quot;&#x0D;&#x0A;/D GUI_SDL"
                                Optimization="0"
                                
AdditionalIncludeDirectories="../../libbase;../../server;../../extensions/mysql;../libbase;../../libamf;$(NOINHERIT)"
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
@@ -307,7 +307,11 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\backend\gnash.cpp"
+                               RelativePath="..\..\gui\gnash.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\gui\gui.cpp"
                                >
                        </File>
                        <File
@@ -399,6 +403,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\NullGui.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\libbase\ogl.cpp"
                                >
                        </File>
@@ -423,6 +431,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\sdl.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\asobj\Selection.cpp"
                                >
                        </File>
@@ -753,6 +765,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\gui.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\libbase\image.h"
                                >
                        </File>
@@ -849,6 +865,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\NullGui.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\Object.h"
                                >
                        </File>
@@ -885,6 +905,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\gui\sdlsup.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\server\asobj\Selection.h"
                                >
                        </File>




reply via email to

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