*** empty log message ***
authorStefan Vogel <sv@exept.de>
Wed, 22 Jan 2003 12:00:16 +0100
changeset 4466 fcbc5ef90171
parent 4465 62b8f2347416
child 4467 68b80cccc509
*** empty log message ***
Make.proto
--- a/Make.proto	Tue Jan 21 17:51:22 2003 +0100
+++ b/Make.proto	Wed Jan 22 12:00:16 2003 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.80 2002-11-11 17:01:47 cg Exp $
+# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.81 2003-01-22 11:00:16 stefan Exp $
 
 # -------------- no need to change anything below ----------
 
@@ -33,6 +33,14 @@
 
 O=$(O2)
 
+#
+# Compiling these takes tooooo long
+#
+
+NOTCOMPILED=\
+	AbstractSettingsApplication.$(O)  
+
+
 NEWSYSTEMBROWSER=NewSystemBrowser.$(O)
 NEWSYSTEMBROWSER=
 
@@ -60,7 +68,6 @@
 	$(NEWSYSTEMBROWSER)                 \
 	$(NEWFILEBROWSER)                   \
 	DebugView.$(O)                      \
-	AbstractSettingsApplication.$(O)    \
 	AbstractLauncherApplication.$(O)    \
 	NewLauncher.$(O)                    \
 	InspectorView.$(O)                  \