some more support classes are compiled instead of autoloaded
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2015 11:30:48 +0100
changeset 7043 c2829ce3485d
parent 7042 568d66e6c7ce
child 7044 a543ce661b19
some more support classes are compiled instead of autoloaded
Make.spec
--- a/Make.spec	Wed Oct 28 09:24:34 2015 +0100
+++ b/Make.spec	Wed Oct 28 11:30:48 2015 +0100
@@ -93,19 +93,23 @@
 	GradientFillStyle \
 	HostGraphicsDevice \
 	ImageBackground \
+	MacButtonBorder \
 	NoBackground \
 	OrientedFillStyle \
+	RoundButtonBorder \
 	ScaleTransform \
 	SimpleBorder \
 	SolidBackground \
 	SolidFillStyle \
 	SynchronousWindowSensor \
 	TranslationTransform \
+	TranslucentColor \
 	ViewStyle \
 	WindowEvent \
 	DeviceWorkstation \
 	GraphicsMedium \
 	ImageMask \
+	MacFlatButtonBorder \
 	MappedPalette \
 	RoundedBorder \
 	WidgetEvent \
@@ -177,19 +181,23 @@
     $(OUTDIR_SLASH)GradientFillStyle.$(O) \
     $(OUTDIR_SLASH)HostGraphicsDevice.$(O) \
     $(OUTDIR_SLASH)ImageBackground.$(O) \
+    $(OUTDIR_SLASH)MacButtonBorder.$(O) \
     $(OUTDIR_SLASH)NoBackground.$(O) \
     $(OUTDIR_SLASH)OrientedFillStyle.$(O) \
+    $(OUTDIR_SLASH)RoundButtonBorder.$(O) \
     $(OUTDIR_SLASH)ScaleTransform.$(O) \
     $(OUTDIR_SLASH)SimpleBorder.$(O) \
     $(OUTDIR_SLASH)SolidBackground.$(O) \
     $(OUTDIR_SLASH)SolidFillStyle.$(O) \
     $(OUTDIR_SLASH)SynchronousWindowSensor.$(O) \
     $(OUTDIR_SLASH)TranslationTransform.$(O) \
+    $(OUTDIR_SLASH)TranslucentColor.$(O) \
     $(OUTDIR_SLASH)ViewStyle.$(O) \
     $(OUTDIR_SLASH)WindowEvent.$(O) \
     $(OUTDIR_SLASH)DeviceWorkstation.$(O) \
     $(OUTDIR_SLASH)GraphicsMedium.$(O) \
     $(OUTDIR_SLASH)ImageMask.$(O) \
+    $(OUTDIR_SLASH)MacFlatButtonBorder.$(O) \
     $(OUTDIR_SLASH)MappedPalette.$(O) \
     $(OUTDIR_SLASH)RoundedBorder.$(O) \
     $(OUTDIR_SLASH)WidgetEvent.$(O) \