[clutter] build: Remove clutter-version.h.win32.in
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] build: Remove clutter-version.h.win32.in
- Date: Wed, 29 Feb 2012 16:09:50 +0000 (UTC)
commit fde094dce2d1801ce1000671966f2acbad26d9c5
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Feb 29 14:46:01 2012 +0000
build: Remove clutter-version.h.win32.in
The clutter-version.h header file is now completely generic, and does
not need to be masked by a Windows-specific header when building under
MSVC.
.gitignore | 1 -
build/win32/vs10/clutter.props | 7 -
build/win32/vs9/clutter.vsprops | 4 -
clutter/Makefile.am | 2 -
clutter/clutter-version.h.win32.in | 277 ------------------------------------
configure.ac | 1 -
6 files changed, 0 insertions(+), 292 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75c50b4..55dab82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,6 @@ stamp-marshal
/clutter/clutter-enum-types.[ch]
/clutter/clutter-marshal.[ch]
/clutter/clutter-version.h
-/clutter/clutter-version.h.win32
/clutter/gcov-report.txt
/clutter/clutter-json.h
/clutter/cex100/clutter-cex100.h
diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props
index 4e2b1a4..389c549 100644
--- a/build/win32/vs10/clutter.props
+++ b/build/win32/vs10/clutter.props
@@ -29,13 +29,6 @@ copy ..\..\..\clutter\clutter-config.h.win32 ..\..\..\clutter\clutter-config.h
:DONE_CLUTTER_CONFIG_H
-if exist ..\..\..\clutter\clutter-version.h goto DONE_CLUTTER_VERSION_H
-
-copy ..\..\..\clutter\clutter-version.h.win32 ..\..\..\clutter\clutter-version.h
-
-:DONE_CLUTTER_VERSION_H
-
-
if exist ..\..\..\clutter\clutter-marshal.h goto DONE_CLUTTER_MARSHAL_H
cd ..\..\..\clutter
diff --git a/build/win32/vs9/clutter.vsprops b/build/win32/vs9/clutter.vsprops
index 8a72e2b..1df4b2e 100644
--- a/build/win32/vs9/clutter.vsprops
+++ b/build/win32/vs9/clutter.vsprops
@@ -77,10 +77,6 @@ if exist ..\..\..\clutter\clutter-config.h goto DONE_CLUTTER_CONFIG_H

copy ..\..\..\clutter\clutter-config.h.win32 ..\..\..\clutter\clutter-config.h

:DONE_CLUTTER_CONFIG_H

-if exist ..\..\..\clutter\clutter-version.h goto DONE_CLUTTER_VERSION_H

-copy ..\..\..\clutter\clutter-version.h.win32 ..\..\..\clutter\clutter-version.h

-:DONE_CLUTTER_VERSION_H

-
if exist ..\..\..\clutter\clutter-marshal.h goto DONE_CLUTTER_MARSHAL_H

cd ..\..\..\clutter

$(GlibEtcInstallRoot)\bin\glib-genmarshal --prefix=_clutter_marshal --header clutter-marshal.list > clutter-marshal.h

diff --git a/clutter/Makefile.am b/clutter/Makefile.am
index 4c942ef..76b8736 100644
--- a/clutter/Makefile.am
+++ b/clutter/Makefile.am
@@ -865,9 +865,7 @@ clutter.vsenums_c:
rm clutter.vsenums_c
EXTRA_DIST += \
- clutter-version.h.win32 \
clutter-config.h.win32 \
- clutter-version.h.win32.in \
clutter.symbols \
$(NULL)
diff --git a/configure.ac b/configure.ac
index 1a8d8e7..0dd5558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1056,7 +1056,6 @@ AC_CONFIG_FILES([
clutter/Makefile
clutter/clutter-config.h
clutter/clutter-version.h
- clutter/clutter-version.h.win32
clutter/clutter-$CLUTTER_API_VERSION.pc:clutter/clutter.pc.in
clutter/cally/cally-$CLUTTER_API_VERSION.pc:clutter/cally/cally.pc.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]