2004-03-07  Hans Breuer  <hans@breuer.org>

	* themes/Default/images/makefile.msc
	  app/*/makefile.msc plug-ins/makefile.msc : updated
This commit is contained in:
Hans Breuer 2004-03-07 23:13:51 +00:00 committed by Hans Breuer
parent 87cddf2f9c
commit 2036638f73
5 changed files with 19 additions and 2 deletions

View File

@ -121,6 +121,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/app \
$(GTK2_CFLAGS) \
$(FONTCONFIG_CFLAGS) \
-I$(includedir)
DEFINES = \

View File

@ -57,6 +57,7 @@ OBJECTS = \
gimphistogramoptions.obj \
# gimphistogramtool.obj \
gimphuesaturationtool.obj \
gimpimagemapoptions.obj \
gimpimagemaptool.obj \
gimpinkoptions.obj \
gimpinktool.obj \

View File

@ -32,6 +32,7 @@ OBJECTS = \
gimpcellrenderertoggle.obj \
gimpcellrendererviewable.obj \
gimpchanneltreeview.obj \
gimpcolorbar.obj \
gimpcolordisplayeditor.obj \
gimpcoloreditor.obj \
gimpcolorframe.obj \
@ -65,6 +66,7 @@ OBJECTS = \
gimpeditor.obj \
gimpenummenu.obj \
gimperrorconsole.obj \
gimpfiledialog.obj \
gimpfontview.obj \
gimpgradienteditor.obj \
gimpgrideditor.obj \
@ -89,6 +91,7 @@ OBJECTS = \
gimppreviewrendererdrawable.obj \
gimppreviewrenderergradient.obj \
gimppreviewrendererimage.obj \
gimppreviewrendererimagefile.obj \
gimppreviewrendererlayer.obj \
gimppreviewrenderervectors.obj \
gimppreviewrenderer-utils.obj \
@ -99,6 +102,7 @@ OBJECTS = \
gimptemplateeditor.obj \
gimptemplateview.obj \
gimptexteditor.obj \
gimpthumbbox.obj \
gimptoolbox.obj \
gimptoolbox-dnd.obj \
gimptoolbox-color-area.obj \

View File

@ -35,9 +35,11 @@ FROMPLUGINSDIR=YES # Used to bypass other parts below
COMMON1 = AlienMap AlienMap2 ccanalyze CEL CML_explorer align_layers animationplay animoptimize apply_lens autocrop autostretch_hsv blinds blur borderaverage bumpmap c_astretch checkerboard color_enhance colorify colortoalpha compose convmatrix csource cubism curve_bend
COMMON2 = decompose deinterlace depthmerge despeckle destripe diffraction displace edge emboss engrave exchange film flarefx fractaltrace
COMMON3 = gauss_iir gauss_rle gbr gee gee_zoom gicon gif gifload gih glasstile gqbist gradmap grid gtm guillotine gz header hot hrz illusion iwarp jigsaw jpeg laplace lic
COMMON4 = mapcolor max_rgb mblur newsprint nlfilt noisify normalize nova oilify papertile pat pcx pix pixelize plasma plugindetails png pnm polar ps psd psd_save psp randomize ripple rotate
COMMON4 = mapcolor max_rgb mblur newsprint nlfilt noisify normalize nova oilify papertile pat pcx pix pixelize plasma plugindetails png pnm polar postscript psd psd_save psp randomize ripple rotate
COMMON5 = sample_colorize scatter_hsv semiflatten sharpen shift sinus smooth_palette snoise sobel sparkle spheredesigner spread struc sunras svg tga threshold_alpha tiff tile tileit tiler uniteditor unsharp video vinvert vpropagate
COMMON6 = warp waves whirlpinch winclipboard wind winprint wiredebug wmf xbm xwd zealouscrop
COMMON6 = warp waves whirlpinch winclipboard wind winprint wiredebug xbm xwd zealouscrop
NOTNOW = wmf
# These have own subdirectories each
SEPARATE = FractalExplorer Lighting MapObject bmp dbbrowser faxg3 fits flame fp gfig gflare gfli gimpressionist helpbrowser ifscompose imagemap maze mosaic pagecurl rcm sel2path sgi twain webbrowser winsnap xjt

View File

@ -84,6 +84,8 @@ STOCK_VARIABLES = \
stock_delete_16 stock-delete-16.png \
stock_device_status_16 stock-device-status-16.png \
stock_device_status_24 stock-device-status-24.png \
stock_display_filter_16 stock-display-filter-16.png \
stock_display_filter_24 stock-display-filter-24.png \
stock_duplicate_16 stock-duplicate-16.png \
stock_edit_16 stock-edit-16.png \
stock_error_64 stock-error-64.png \
@ -372,10 +374,17 @@ WILBER_VARIABLES = \
stock_wilber_48 stock-wilber-48.png \
stock_wilber_64 stock-wilber-64.png \
CORE_VARIABLES = \
stock_question_64 stock-question-64.png
all: \
gimp-core-pixbufs.h \
gimp-stock-pixbufs.h \
gimp-wilber-pixbufs.h
gimp-core-pixbufs.h : $(CORE_IMAGES) makefile.msc
gdk-pixbuf-csource --raw --build-list $(CORE_VARIABLES) > gimp-core-pixbufs.h
gimp-stock-pixbufs.h: $(STOCK_IMAGES) makefile.msc
gdk-pixbuf-csource --raw --build-list $(STOCK_VARIABLES) $(STOCK_TOOL_VARIABLES) > gimp-stock-pixbufs.h