[dasher] Win32: Remove Visual Studio 2002 and 2003 project files.



commit 0ac289747e9f21815535b08bb35122af66b08e10
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Mar 13 16:05:09 2010 +0000

    Win32: Remove Visual Studio 2002 and 2003 project files.

 ChangeLog                             |    1 +
 INSTALL.Windows                       |    7 +-
 Src/Common/Common_vc70.vcproj         |  378 --------------------
 Src/Common/Common_vc71.vcproj         |  429 -----------------------
 Src/Common/Makefile.am                |    2 +-
 Src/DasherCore/DasherCore_vc70.vcproj |  523 ----------------------------
 Src/DasherCore/DasherCore_vc71.vcproj |  615 ---------------------------------
 Src/DasherCore/Makefile.am            |    2 -
 Src/Win32/Dasher_vc70.sln             |  116 ------
 Src/Win32/Dasher_vc70.vcproj          |  424 -----------------------
 Src/Win32/Dasher_vc71.sln             |  122 -------
 Src/Win32/Dasher_vc71.vcproj          |  512 ---------------------------
 Src/Win32/Makefile.am                 |    4 -
 13 files changed, 3 insertions(+), 3132 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 50e2222..7a89627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* Win32: Fix windows build.
 	* Win32: Clean up Uxtheme compilation.
+	* Win32: Remove Visual Studio 2002 and 2003 project files.
 
 2010-03-11  Patrick Welche <prlw1 cam ac uk>
 
diff --git a/INSTALL.Windows b/INSTALL.Windows
index 66805d3..3f478e8 100644
--- a/INSTALL.Windows
+++ b/INSTALL.Windows
@@ -64,11 +64,6 @@ Visual Studio 8.0 (2005) solution/project files are included in the
 Src/Win32 directory. This should hopefully build without modification on 
 any system.
 
-For earlier versions of Visual Studio, alternative project files are
-provided, although these may be out-of-date. Please consider the 8.0
-files to be authoritative, and port any modifications to that if possible 
-(or at least tell us so we can do it).
-
 Building the installers
 -----------------------
 
@@ -91,4 +86,4 @@ The setup.exe binary is built from source shipped as part of the MS Platform
 SDK, as si MSIStuff, which is a utility for configuring the resulting
 binary. The whole process is described in MS KB article 888473:
 
-http://support.microsoft.com/kb/888473
\ No newline at end of file
+http://support.microsoft.com/kb/888473
diff --git a/Src/Common/Makefile.am b/Src/Common/Makefile.am
index cc51aad..8f679f2 100644
--- a/Src/Common/Makefile.am
+++ b/Src/Common/Makefile.am
@@ -26,4 +26,4 @@ libdashermisc_a_SOURCES = \
 
 AM_CXXFLAGS = -I$(srcdir)/../DasherCore -DPROGDATA=\"$(pkgdatadir)\" -I../../intl -I$(top_srcdir)/intl $(GTK2_CFLAGS) $(SETTINGS_CFLAGS) $(gnome_speech_CFLAGS) $(gnome_a11y_CFLAGS) $(gnome_CFLAGS)
 
-EXTRA_DIST = Common.vcproj Common_vc70.vcproj Common_vc71.vcproj Common_vc80.vcproj
+EXTRA_DIST = Common.vcproj Common_vc80.vcproj
diff --git a/Src/DasherCore/Makefile.am b/Src/DasherCore/Makefile.am
index fac7858..704a664 100644
--- a/Src/DasherCore/Makefile.am
+++ b/Src/DasherCore/Makefile.am
@@ -161,8 +161,6 @@ EXTRA_DIST = \
 		LanguageModelling/KanjiConversionIME.cpp \
 		LanguageModelling/KanjiConversionIME.h \
 		DasherCore.vcproj \
-		DasherCore_vc70.vcproj \
-		DasherCore_vc71.vcproj \
 		DasherCore_vc80.vcproj \
 		IMEConversionHelper.cpp \
 		IMEConversionHelper.h 
diff --git a/Src/Win32/Makefile.am b/Src/Win32/Makefile.am
index 8bdb5fb..b021590 100644
--- a/Src/Win32/Makefile.am
+++ b/Src/Win32/Makefile.am
@@ -97,10 +97,6 @@ EXTRA_DIST = \
 		DasherMouseInput.h \
 		DasherWindow.cpp \
 		DasherWindow.h \
-		Dasher_vc70.sln \
-		Dasher_vc70.vcproj \
-		Dasher_vc71.sln \
-		Dasher_vc71.vcproj \
 		Dasher_vc80.sln \
 		Dasher_vc80.vcproj \
 		EditWrapper.cpp \



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