[Scummvm-cvs-logs] SF.net SVN: scummvm: [28032] scummex/branches/gsoc2007-gameresbrowser
zbychs at users.sourceforge.net
zbychs at users.sourceforge.net
Wed Jul 11 16:21:32 CEST 2007
Revision: 28032
http://scummvm.svn.sourceforge.net/scummvm/?rev=28032&view=rev
Author: zbychs
Date: 2007-07-11 07:21:32 -0700 (Wed, 11 Jul 2007)
Log Message:
-----------
Changing the project structure.
The building is broken at the moment.
Last good version is 28025.
Added Paths:
-----------
scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.cpp
scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.h
Removed Paths:
-------------
scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.cpp
scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.h
scummex/branches/gsoc2007-gameresbrowser/vc8/
Copied: scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.cpp (from rev 28031, scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.cpp)
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.cpp (rev 0)
+++ scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.cpp 2007-07-11 14:21:32 UTC (rev 28032)
@@ -0,0 +1,28 @@
+/*
+* File: src/common/dummy.cpp
+* Purpose: See below
+* Author: Julian Smart
+* Created: 1993
+* Updated:
+* Copyright: (c) 1993, AIAI, University of Edinburgh
+*/
+
+/* A dummy file to include wx.h. If precompiling wx.h,
+* always start by compiling this and producing the PCH file.
+* Then subsequent source files use the PCH file.
+*
+* If precompiling wx.h for wxWidgets and derived apps,
+* link dummy.obj with your program.
+*
+* This will produce a big PCH file.
+*/
+
+#include "gui_stdafx.h"
+
+//#ifdef __WXMSW__
+//#include "wx/msw/msvcrt.h"
+//#endif
+
+//#ifdef __VISAGECPP__
+//wxChar wxDummyChar = 0;
+//#endif
Copied: scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.h (from rev 28031, scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.h)
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.h (rev 0)
+++ scummex/branches/gsoc2007-gameresbrowser/src/browserapp/browserapp_stdafx.h 2007-07-11 14:21:32 UTC (rev 28032)
@@ -0,0 +1,13 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#ifndef _GUI_STDAFX_H_
+#define _GUI_STDAFX_H_
+
+#include "plugins_stdafx.h"
+
+// TODO: reference additional headers your program requires here
+
+#endif //_GUI_STDAFX_H_
Deleted: scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.cpp
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.cpp 2007-07-11 14:15:52 UTC (rev 28031)
+++ scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.cpp 2007-07-11 14:21:32 UTC (rev 28032)
@@ -1,28 +0,0 @@
-/*
-* File: src/common/dummy.cpp
-* Purpose: See below
-* Author: Julian Smart
-* Created: 1993
-* Updated:
-* Copyright: (c) 1993, AIAI, University of Edinburgh
-*/
-
-/* A dummy file to include wx.h. If precompiling wx.h,
-* always start by compiling this and producing the PCH file.
-* Then subsequent source files use the PCH file.
-*
-* If precompiling wx.h for wxWidgets and derived apps,
-* link dummy.obj with your program.
-*
-* This will produce a big PCH file.
-*/
-
-#include "gui_stdafx.h"
-
-//#ifdef __WXMSW__
-//#include "wx/msw/msvcrt.h"
-//#endif
-
-//#ifdef __VISAGECPP__
-//wxChar wxDummyChar = 0;
-//#endif
Deleted: scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.h
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.h 2007-07-11 14:15:52 UTC (rev 28031)
+++ scummex/branches/gsoc2007-gameresbrowser/src/browserapp/gui_stdafx.h 2007-07-11 14:21:32 UTC (rev 28032)
@@ -1,13 +0,0 @@
-// stdafx.h : include file for standard system include files,
-// or project specific include files that are used frequently, but
-// are changed infrequently
-//
-
-#ifndef _GUI_STDAFX_H_
-#define _GUI_STDAFX_H_
-
-#include "plugins_stdafx.h"
-
-// TODO: reference additional headers your program requires here
-
-#endif //_GUI_STDAFX_H_
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list