[libcroco] Revert "Bug 666248: Visual C++ compilation support"
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libcroco] Revert "Bug 666248: Visual C++ compilation support"
- Date: Mon, 9 Jan 2012 03:45:57 +0000 (UTC)
commit 58951cf83066f19b257ffce12d9b1c049329f21f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Dec 20 16:35:12 2011 +0800
Revert "Bug 666248: Visual C++ compilation support"
This reverts commit 642ac3f675176ee6c2e124eac86dd85b1b1816e0.
Makefile.am | 5 +-
build/Makefile.am | 21 --
build/win32/Makefile.am | 21 --
build/win32/vs10/Makefile.am | 44 ---
build/win32/vs10/croco.vcxproj.filtersin | 39 ---
build/win32/vs10/croco.vcxprojin | 210 ------------
build/win32/vs10/csslint.vcxproj | 192 -----------
build/win32/vs10/csslint.vcxproj.filters | 33 --
build/win32/vs10/install.vcxproj | 152 ---------
build/win32/vs10/libcroco.propsin | 174 ----------
build/win32/vs10/libcroco.sln | 116 -------
build/win32/vs10/test0.vcxproj | 193 -----------
build/win32/vs10/test0.vcxproj.filters | 36 --
build/win32/vs10/test1.vcxproj | 193 -----------
build/win32/vs10/test1.vcxproj.filters | 36 --
build/win32/vs10/test2.vcxproj | 193 -----------
build/win32/vs10/test2.vcxproj.filters | 36 --
build/win32/vs10/test3.vcxproj | 193 -----------
build/win32/vs10/test3.vcxproj.filters | 36 --
build/win32/vs10/test4.vcxproj | 193 -----------
build/win32/vs10/test4.vcxproj.filters | 36 --
build/win32/vs10/test5.vcxproj | 193 -----------
build/win32/vs10/test5.vcxproj.filters | 36 --
build/win32/vs10/test6.vcxproj | 193 -----------
build/win32/vs10/test6.vcxproj.filters | 36 --
build/win32/vs9/Makefile.am | 34 --
build/win32/vs9/croco.vcprojin | 229 -------------
build/win32/vs9/csslint.vcproj | 189 -----------
build/win32/vs9/install.vcproj | 99 ------
build/win32/vs9/libcroco.sln | 151 ---------
build/win32/vs9/libcroco.vspropsin | 132 --------
build/win32/vs9/test0.vcproj | 190 -----------
build/win32/vs9/test1.vcproj | 190 -----------
build/win32/vs9/test2.vcproj | 190 -----------
build/win32/vs9/test3.vcproj | 190 -----------
build/win32/vs9/test4.vcproj | 190 -----------
build/win32/vs9/test5.vcproj | 190 -----------
build/win32/vs9/test6.vcproj | 190 -----------
config.h.win32.in | 99 ------
configure.in | 7 -
src/Makefile.am | 34 --
src/libcroco.symbols | 538 ------------------------------
42 files changed, 3 insertions(+), 5449 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c1bf592..0bbd5b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-SUBDIRS = src csslint docs tests build
+SUBDIRS = src csslint docs
+SUBDIRS += tests
PKG_CONFIG_FILE_UNINSTALLED=libcroco- LIBCROCO_MAJOR_VERSION@ LIBCROCO_MINOR_VERSION@-uninstalled.pc
PKG_CONFIG_FILE=libcroco- LIBCROCO_MAJOR_VERSION@ LIBCROCO_MINOR_VERSION@.pc
@@ -19,7 +20,7 @@ bin_SCRIPTS=$(CROCO_CONFIG_FILE)
EXTRA_DIST= croco-config.in $(PKG_CONFIG_FILE) TODO Doxyfile \
HACKING COPYING.LIB COPYING libcroco.spec libcroco-zip.in \
-autogen.sh libcroco.doap config.h.win32.in config.h.win32
+autogen.sh libcroco.doap
all-local: $(PKG_CONFIG_FILE_UNINSTALLED) $(PKG_CONFIG_FILE) \
$(CROCO_CONFIG_FILE_UNINSTALLED) $(CROCO_CONFIG_FILE)
diff --git a/configure.in b/configure.in
index 687b501..de741f5 100644
--- a/configure.in
+++ b/configure.in
@@ -144,13 +144,6 @@ libcroco.pc
libcroco.spec
libcroco-zip
croco-config
-config.h.win32
-build/Makefile
-build/win32/Makefile
-build/win32/vs9/Makefile
-build/win32/vs9/libcroco.vsprops
-build/win32/vs10/Makefile
-build/win32/vs10/libcroco.props
docs/Makefile
docs/examples/Makefile
docs/reference/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index cf5ab5a..e382ffe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -112,37 +112,3 @@ libcroco_0_6_la_LDFLAGS = \
libcroco_0_6_la_LIBADD = \
$(CROCO_LIBS)
-
-EXTRA_DIST = libcroco.symbols
-
-dist-hook: ../build/win32/vs9/croco.vcproj ../build/win32/vs10/croco.vcxproj ../build/win32/vs10/croco.vcxproj.filters
-
-../build/win32/vs9/croco.vcproj: $(top_srcdir)/build/win32/vs9/croco.vcprojin
- for F in $(libcroco_0_6_la_SOURCES); do \
- case $$F in \
- *.c) echo ' <File RelativePath="..\..\..\src\'$$F'" />' \
- ;; \
- esac; \
- done >libcroco.sourcefiles
- $(CPP) -P - <$(top_srcdir)/build/win32/vs9/croco.vcprojin >$@
- rm libcroco.sourcefiles
-
-../build/win32/vs10/croco.vcxproj: $(top_srcdir)/build/win32/vs10/croco.vcxprojin
- for F in $(libcroco_0_6_la_SOURCES); do \
- case $$F in \
- *.c) echo ' <ClCompile Include="..\..\..\src\'$$F'" />' \
- ;; \
- esac; \
- done >libcroco.vs10.sourcefiles
- $(CPP) -P - <$(top_srcdir)/build/win32/vs10/croco.vcxprojin >$@
- rm libcroco.vs10.sourcefiles
-
-../build/win32/vs10/croco.vcxproj.filters: $(top_srcdir)/build/win32/vs10/croco.vcxproj.filtersin
- for F in $(libcroco_0_6_la_SOURCES); do \
- case $$F in \
- *.c) echo ' <ClCompile Include="..\..\..\src\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
- ;; \
- esac; \
- done >libcroco.vs10.sourcefiles.filters
- $(CPP) -P - <$(top_srcdir)/build/win32/vs10/croco.vcxproj.filtersin >$@
- rm libcroco.vs10.sourcefiles.filters
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]