[gimp] plug-ins: rename all screenshot win32 files to screenshot-win32-*
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: rename all screenshot win32 files to screenshot-win32-*
- Date: Sun, 1 May 2016 17:21:27 +0000 (UTC)
commit eb6ce6ebc6c5064e0ccbffc0b39c42bebbf94d5d
Author: Michael Natterer <mitch gimp org>
Date: Sun May 1 19:20:56 2016 +0200
plug-ins: rename all screenshot win32 files to screenshot-win32-*
plug-ins/screenshot/Makefile.am | 21 +++++++++----------
.../{resource.h => screenshot-win32-resource.h} | 0
.../{select.cur => screenshot-win32-select.cur} | Bin 326 -> 326 bytes
.../{small.ico => screenshot-win32-small.ico} | Bin 318 -> 318 bytes
4 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/plug-ins/screenshot/Makefile.am b/plug-ins/screenshot/Makefile.am
index 91b8ea8..0ab4490 100644
--- a/plug-ins/screenshot/Makefile.am
+++ b/plug-ins/screenshot/Makefile.am
@@ -10,7 +10,7 @@ libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
if OS_WIN32
mwindows = -mwindows
-screenshot_RC = screenshot-win32res.o
+screenshot_RC = screenshot-win32-res.o
endif
AM_LDFLAGS = $(mwindows)
@@ -55,16 +55,15 @@ screenshot_SOURCES = \
screenshot-x11.h \
screenshot-win32.rc \
screenshot-win32.c \
- screenshot-win32.h
+ screenshot-win32.h \
+ screenshot-win32-resource.h
-if OS_WIN32
EXTRA_DIST = \
- resource.h \
- select.cur \
- small.ico \
- screenshot-win32.ico \
- screenshot-win32.rc
-
-screenshot-win32res.o: screenshot-win32.rc select.cur small.ico screenshot-win32.ico
- $(WINDRES) $(srcdir)/screenshot-win32.rc screenshot-win32res.o
+ screenshot-win32-select.cur \
+ screenshot-win32-small.ico \
+ screenshot-win32.ico
+
+if OS_WIN32
+screenshot-win32-res.o: screenshot-win32.rc screenshot-win32-select.cur screenshot-win32-small.ico
screenshot-win32.ico
+ $(WINDRES) $(srcdir)/screenshot-win32.rc screenshot-win32-res.o
endif
diff --git a/plug-ins/screenshot/resource.h b/plug-ins/screenshot/screenshot-win32-resource.h
similarity index 100%
rename from plug-ins/screenshot/resource.h
rename to plug-ins/screenshot/screenshot-win32-resource.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]