2006-09-08  Hans Breuer  <hans@breuer.org>

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

	* app/paint/gimpperspectiveclone.c : error C2057: expected constant
	expression. Stack allocation of dynamic sized arrays is afaik a GCC
	extension, use g_alloca() instead.
This commit is contained in:
Hans Breuer
2006-09-08 11:45:06 +00:00
committed by Hans Breuer
parent 39f19aabeb
commit ccb25e3798
8 changed files with 24 additions and 6 deletions

View File

@ -57,6 +57,7 @@ OBJECTS = \
gimpfileentry.obj \
gimpframe.obj \
gimphelpui.obj \
gimphintbox.obj \
gimpintcombobox.obj \
gimpintstore.obj \
gimpmemsizeentry.obj \