GLXWorkstation under windows
authorClaus Gittinger <cg@exept.de>
Wed, 30 Apr 2014 15:41:43 +0200
changeset 6460 83f668218253
parent 6459 c444a3ac9a7f
child 6461 a08a3a4553fa
GLXWorkstation under windows
Make.spec
--- a/Make.spec	Wed Apr 30 15:10:47 2014 +0200
+++ b/Make.spec	Wed Apr 30 15:41:43 2014 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview/Make.spec,v 1.64 2014-04-29 23:51:02 cg Exp $
+# $Header: /cvs/stx/stx/libview/Make.spec,v 1.65 2014-04-30 13:41:43 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libview.
@@ -50,6 +50,7 @@
 STCWARNINGS=-warnNonStandard
 
 UNIX_CLASSES= \
+	GLXWorkstation \
 	XEmbedContainerView \
 	XftFontDescription \
 
@@ -112,7 +113,6 @@
 	ShadowView \
 	View \
 	XWorkstation \
-	GLXWorkstation \
 	TopView \
 	PopUpView \
 	StandardSystemView \
@@ -125,6 +125,7 @@
 
 
 UNIX_OBJS= \
+    $(OUTDIR_SLASH)GLXWorkstation.$(O) \
     $(OUTDIR_SLASH)XEmbedContainerView.$(O) \
     $(OUTDIR_SLASH)XftFontDescription.$(O) \
 
@@ -187,7 +188,6 @@
     $(OUTDIR_SLASH)ShadowView.$(O) \
     $(OUTDIR_SLASH)View.$(O) \
     $(OUTDIR_SLASH)XWorkstation.$(O) \
-    $(OUTDIR_SLASH)GLXWorkstation.$(O) \
     $(OUTDIR_SLASH)TopView.$(O) \
     $(OUTDIR_SLASH)PopUpView.$(O) \
     $(OUTDIR_SLASH)StandardSystemView.$(O) \