[gimp] build/windows: remove trailing whitespace and fix file coding system
- From: Sven Neumann <neo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] build/windows: remove trailing whitespace and fix file coding system
- Date: Wed, 1 Sep 2010 12:16:15 +0000 (UTC)
commit 5f77a0c33fe5add3ebd17608d77c855a9ee58dc7
Author: Sven Neumann <sven gimp org>
Date: Wed Sep 1 14:14:57 2010 +0200
build/windows: remove trailing whitespace and fix file coding system
build/windows/.gitignore | 8 ++++----
build/windows/Makefile.am | 16 ++++++++--------
build/windows/gimp-plug-ins.rc.in | 2 +-
build/windows/gimprc-plug-ins.rule | 12 ++++++------
4 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/build/windows/.gitignore b/build/windows/.gitignore
index 2656b54..b0e3a99 100644
--- a/build/windows/.gitignore
+++ b/build/windows/.gitignore
@@ -1,4 +1,4 @@
-/Makefile
-/Makefile.in
-/gimp.rc
-/gimp-plug-ins.rc
+/Makefile
+/Makefile.in
+/gimp.rc
+/gimp-plug-ins.rc
diff --git a/build/windows/Makefile.am b/build/windows/Makefile.am
index 678f09f..7cb4273 100644
--- a/build/windows/Makefile.am
+++ b/build/windows/Makefile.am
@@ -1,8 +1,8 @@
-EXTRA_DIST = \
- gimprc.rule \
- gimprc-plug-ins.rule \
- gimp.rc \
- gimp-plug-ins.rc \
- gimp.manifest \
- fileicon.ico \
- wilber.ico
+EXTRA_DIST = \
+ gimprc.rule \
+ gimprc-plug-ins.rule \
+ gimp.rc \
+ gimp-plug-ins.rc \
+ gimp.manifest \
+ fileicon.ico \
+ wilber.ico
diff --git a/build/windows/gimp-plug-ins.rc.in b/build/windows/gimp-plug-ins.rc.in
index 9232e13..7d5e497 100644
--- a/build/windows/gimp-plug-ins.rc.in
+++ b/build/windows/gimp-plug-ins.rc.in
@@ -19,7 +19,7 @@
#define VER_LEGALCOPYRIGHT_STR "Copyright © 1995-2010"
#ifndef DEBUG
-#define VER_DEBUG 0
+#define VER_DEBUG 0
#else
#define VER_DEBUG VS_FF_DEBUG
#endif
diff --git a/build/windows/gimprc-plug-ins.rule b/build/windows/gimprc-plug-ins.rule
index 9f45450..bb2dd52 100644
--- a/build/windows/gimprc-plug-ins.rule
+++ b/build/windows/gimprc-plug-ins.rule
@@ -1,6 +1,6 @@
-# Version resources for Microsoft Windows
-%.rc.o: $(top_srcdir)/build/windows/gimp-plug-ins.rc
- $(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
- --define INTERNALNAME_STR="$*" \
- --define TOP_SRCDIR="$(top_srcdir)" \
- $< $@
+# Version resources for Microsoft Windows
+%.rc.o: $(top_srcdir)/build/windows/gimp-plug-ins.rc
+ $(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
+ --define INTERNALNAME_STR="$*" \
+ --define TOP_SRCDIR="$(top_srcdir)" \
+ $< $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]