Author: wyoung
Date: Wed Mar 28 17:58:02 2007
New Revision: 1473

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1473&view=rev
Log:
Removed precompiled header stuff...it's just noise in an example
program.

Removed:
    trunk/examples/vstudio/mfc/stdafx.cpp
    trunk/examples/vstudio/mfc/stdafx.h
Modified:
    trunk/examples/vstudio/mfc/mfc.cpp
    trunk/examples/vstudio/mfc/mfc.h
    trunk/examples/vstudio/mfc/mfc.vcproj
    trunk/examples/vstudio/mfc/mfc_dlg.cpp
    trunk/examples/vstudio/util.cpp

Modified: trunk/examples/vstudio/mfc/mfc.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/mfc/mfc.cpp?rev=1473&r1=1472&r2=1473&view=diff
==============================================================================
--- trunk/examples/vstudio/mfc/mfc.cpp (original)
+++ trunk/examples/vstudio/mfc/mfc.cpp Wed Mar 28 17:58:02 2007
@@ -24,7 +24,6 @@
  USA
 ***********************************************************************/
 
-#include "stdafx.h"
 #include "mfc.h"
 #include "mfc_dlg.h"
 

Modified: trunk/examples/vstudio/mfc/mfc.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/mfc/mfc.h?rev=1473&r1=1472&r2=1473&view=diff
==============================================================================
--- trunk/examples/vstudio/mfc/mfc.h (original)
+++ trunk/examples/vstudio/mfc/mfc.h Wed Mar 28 17:58:02 2007
@@ -26,10 +26,6 @@
 
 #pragma once
 
-#ifndef __AFXWIN_H__
-       #error "include 'stdafx.h' before including this file for PCH"
-#endif
-
 class CApp : public CWinApp
 {
 public:

Modified: trunk/examples/vstudio/mfc/mfc.vcproj
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/mfc/mfc.vcproj?rev=1473&r1=1472&r2=1473&view=diff
==============================================================================
--- trunk/examples/vstudio/mfc/mfc.vcproj (original)
+++ trunk/examples/vstudio/mfc/mfc.vcproj Wed Mar 28 17:58:02 2007
@@ -204,26 +204,6 @@
                                >
                        </File>
                        <File
-                               RelativePath=".\stdafx.cpp"
-                               >
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               UsePrecompiledHeader="1"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               UsePrecompiledHeader="1"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
                                RelativePath="..\util.cpp"
                                >
                        </File>
@@ -243,10 +223,6 @@
                        </File>
                        <File
                                RelativePath=".\Resource.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath=".\stdafx.h"
                                >
                        </File>
                        <File

Modified: trunk/examples/vstudio/mfc/mfc_dlg.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/mfc/mfc_dlg.cpp?rev=1473&r1=1472&r2=1473&view=diff
==============================================================================
--- trunk/examples/vstudio/mfc/mfc_dlg.cpp (original)
+++ trunk/examples/vstudio/mfc/mfc_dlg.cpp Wed Mar 28 17:58:02 2007
@@ -23,8 +23,6 @@
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
  USA
 ***********************************************************************/
-
-#include "stdafx.h"
 
 #include "mfc_dlg.h"
 #include "util.h"

Modified: trunk/examples/vstudio/util.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/util.cpp?rev=1473&r1=1472&r2=1473&view=diff
==============================================================================
--- trunk/examples/vstudio/util.cpp (original)
+++ trunk/examples/vstudio/util.cpp Wed Mar 28 17:58:02 2007
@@ -25,8 +25,6 @@
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
  USA
 ***********************************************************************/
-
-#include "stdafx.h"
 
 #include "util.h"
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to