Make.spec
changeset 7192 94eca04628c8
parent 7134 be5b5797bd60
child 7202 fc488e2907c8
child 7432 2549f9441982
--- a/Make.spec	Mon Mar 07 00:37:54 2016 +0100
+++ b/Make.spec	Mon Mar 07 00:43:48 2016 +0100
@@ -107,6 +107,7 @@
 	ViewStyle \
 	WindowEvent \
 	DeviceWorkstation \
+	FixedPalette \
 	GraphicsMedium \
 	ImageMask \
 	MacFlatButtonBorder \
@@ -115,6 +116,7 @@
 	WidgetEvent \
 	WindowingTransformation \
 	DisplaySurface \
+	FixedPaletteWithAlpha \
 	Form \
 	MonoMappedPalette \
 	DisplayRootView \
@@ -130,9 +132,9 @@
 	WinWorkstation \
 
 UNIX_CLASSES= \
-	XWorkstation \
 	XftFontDescription \
 	XEmbedContainerView \
+	XWorkstation \
 	GLXWorkstation \
 
 
@@ -195,6 +197,7 @@
     $(OUTDIR_SLASH)ViewStyle.$(O) \
     $(OUTDIR_SLASH)WindowEvent.$(O) \
     $(OUTDIR_SLASH)DeviceWorkstation.$(O) \
+    $(OUTDIR_SLASH)FixedPalette.$(O) \
     $(OUTDIR_SLASH)GraphicsMedium.$(O) \
     $(OUTDIR_SLASH)ImageMask.$(O) \
     $(OUTDIR_SLASH)MacFlatButtonBorder.$(O) \
@@ -203,6 +206,7 @@
     $(OUTDIR_SLASH)WidgetEvent.$(O) \
     $(OUTDIR_SLASH)WindowingTransformation.$(O) \
     $(OUTDIR_SLASH)DisplaySurface.$(O) \
+    $(OUTDIR_SLASH)FixedPaletteWithAlpha.$(O) \
     $(OUTDIR_SLASH)Form.$(O) \
     $(OUTDIR_SLASH)MonoMappedPalette.$(O) \
     $(OUTDIR_SLASH)DisplayRootView.$(O) \
@@ -218,9 +222,9 @@
     $(OUTDIR_SLASH)WinWorkstation.$(O) \
 
 UNIX_OBJS= \
-    $(OUTDIR_SLASH)XWorkstation.$(O) \
     $(OUTDIR_SLASH)XftFontDescription.$(O) \
     $(OUTDIR_SLASH)XEmbedContainerView.$(O) \
+    $(OUTDIR_SLASH)XWorkstation.$(O) \
     $(OUTDIR_SLASH)GLXWorkstation.$(O) \