File: makefile.msc

package info (click to toggle)
gimp 2.2.13-1etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 94,832 kB
  • ctags: 47,113
  • sloc: ansic: 524,858; xml: 36,798; lisp: 9,870; sh: 9,409; makefile: 7,923; python: 2,674; perl: 2,589; yacc: 520; lex: 334
file content (54 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
CURSOR_LIST = \
	cursor_bad		cursor-bad.png \
	cursor_color_picker		cursor-color-picker.png \
	cursor_crosshair		cursor-crosshair.png \
	cursor_crosshair_small	cursor-crosshair-small.png \
	cursor_mouse		cursor-mouse.png \
	cursor_none		cursor-none.png \
	cursor_zoom		cursor-zoom.png \
	\
	modifier_anchor		modifier-anchor.png \
	modifier_background		modifier-background.png \
	modifier_control		modifier-control.png \
	modifier_foreground		modifier-foreground.png \
	modifier_intersect		modifier-intersect.png \
	modifier_minus		modifier-minus.png \
	modifier_move		modifier-move.png \
	modifier_pattern		modifier-pattern.png \
	modifier_plus		modifier-plus.png \
	modifier_resize		modifier-resize.png \
	\
	tool_airbrush		tool-airbrush.png \
	tool_blend		tool-blend.png \
	tool_blur		tool-blur.png \
	tool_bucket_fill		tool-bucket-fill.png \
	tool_burn		tool-burn.png \
	tool_clone		tool-clone.png \
	tool_color_picker		tool-color-picker.png \
	tool_crop		tool-crop.png \
	tool_dodge		tool-dodge.png \
	tool_ellipse_select		tool-ellipse-select.png \
	tool_eraser		tool-eraser.png \
	tool_flip_horizontal		tool-flip-horizontal.png \
	tool_flip_vertical		tool-flip-vertical.png \
	tool_free_select		tool-free-select.png \
	tool_fuzzy_select		tool-fuzzy-select.png \
	tool_hand		tool-hand.png \
	tool_ink		tool-ink.png \
	tool_iscissors		tool-iscissors.png \
	tool_measure		tool-measure.png \
	tool_move		tool-move.png \
	tool_paintbrush		tool-paintbrush.png \
	tool_paths		tool-paths.png \
	tool_pencil		tool-pencil.png \
	tool_perspective		tool-perspective.png \
	tool_rect_select		tool-rect-select.png \
	tool_resize		tool-resize.png \
	tool_rotate		tool-rotate.png \
	tool_shear		tool-shear.png \
	tool_smudge		tool-smudge.png \
	tool_text		tool-text.png \
	tool_zoom		tool-zoom.png

gimp-tool-cursors.h : makefile.msc
	gdk-pixbuf-csource --raw --build-list $(CURSOR_LIST) > gimp-tool-cursors.h