gimp/cursors/makefile.msc
Hans Breuer 37e4b80204 updated
2006-08-15  Hans Breuer  <hans@breuer.org>

	* **/makefile.msc app/gimpcore.def : updated

	* app/xcf/xcf-save.c(1464) : error C2036: 'void *' : unknown size
	pointer arithmetics on void a pointer looks like a GCC extension
	* app/tools/gimpbrightnesscontrasttool.c
	  app/tools/gimpcolorbalancetool.c
	  app/tools/gimphuesaturationtool.c
	  app/tools/gimpcolorizetool.c : #include "core/gimp.h" for gimp_message
	* app/tools/gimpiscissorstool.c : use RINT() rather than rint()
	* app/widgets/gimpcontrollerlist.c : #include "gimpwidgets-utils.h"
	for gimp_show_message_dialog
	* app/core/gimpprogress.c(229) : 'gimp_progress_message' must
	return a value
2006-08-15 15:13:08 +00:00

70 lines
2.4 KiB
Plaintext

CURSOR_LIST = \
cursor_bad cursor-bad.png \
cursor_color_picker cursor-color-picker.png \
\
cursor_corner_top_left cursor-corner-top-left.png \
cursor_corner_top_right cursor-corner-top-right.png \
cursor_corner_bottom_left cursor-corner-bottom-left.png \
cursor_corner_bottom_right cursor-corner-bottom-right.png \
cursor_side_top cursor-side-top.png \
cursor_side_bottom cursor-side-bottom.png \
cursor_side_left cursor-side-left.png \
cursor_side_right cursor-side-right.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_bad modifier-bad.png \
modifier_control modifier-control.png \
modifier_foreground modifier-foreground.png \
modifier_intersect modifier-intersect.png \
modifier_join modifier-join.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_paths_anchor tool-paths-anchor.png \
tool_paths_control tool-paths-control.png \
tool_paths_segment tool-paths-segment.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