[dasher] Distribute .vcxproj rather than .vcproj files.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Distribute .vcxproj rather than .vcproj files.
- Date: Thu, 1 Sep 2016 15:02:24 +0000 (UTC)
commit c75f80196be918432ae9aa6a83fc918bd4f72c83
Author: Patrick Welche <prlw1 cam ac uk>
Date: Thu Sep 1 16:00:38 2016 +0100
Distribute .vcxproj rather than .vcproj files.
Completes:
04f67fca Removed antique build and install files.
d76cbe72 Added handy functions to UTF conversion - unused code
Data/Help/Makefile.am | 4 ++--
Src/Common/Makefile.am | 2 +-
Src/DasherCore/Makefile.am | 5 +----
3 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/Data/Help/Makefile.am b/Data/Help/Makefile.am
index 4c70a69..2262375 100644
--- a/Data/Help/Makefile.am
+++ b/Data/Help/Makefile.am
@@ -5,5 +5,5 @@ if GNOME_HELP
endif
EXTRA_DIST = \
- Manual.vcproj \
- compile_help.cmd
\ No newline at end of file
+ Manual.vcxproj \
+ compile_help.cmd
diff --git a/Src/Common/Makefile.am b/Src/Common/Makefile.am
index 0ac8dac..8ad68b6 100644
--- a/Src/Common/Makefile.am
+++ b/Src/Common/Makefile.am
@@ -25,4 +25,4 @@ libdashermisc_la_LIBADD = $(LTLIBOBJS)
AM_CXXFLAGS = -I$(srcdir)/../DasherCore
-EXTRA_DIST = Common.vcproj Common_vc80.vcproj
+EXTRA_DIST = Common.vcxproj
diff --git a/Src/DasherCore/Makefile.am b/Src/DasherCore/Makefile.am
index 5ce63c9..f243803 100644
--- a/Src/DasherCore/Makefile.am
+++ b/Src/DasherCore/Makefile.am
@@ -161,7 +161,4 @@ AM_CXXFLAGS = -I$(srcdir)
EXTRA_DIST = \
LanguageModelling/KanjiConversionIME.cpp \
LanguageModelling/KanjiConversionIME.h \
- DasherCore.vcproj \
- DasherCore_vc80.vcproj \
- IMEConversionHelper.cpp \
- IMEConversionHelper.h
+ DasherCore.vcxproj
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]