r732 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 29 15:54:54 EDT 2006


Author: thilo
Date: 2006-04-29 15:54:54 -0400 (Sat, 29 Apr 2006)
New Revision: 732

Modified:
   trunk/Makefile
Log:
SDL built won't get copied anymore because it gets built by default even if SMP doesn't work.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-04-29 19:11:37 UTC (rev 731)
+++ trunk/Makefile	2006-04-29 19:54:54 UTC (rev 732)
@@ -1678,9 +1678,10 @@
 	$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
 endif
 
-ifneq ($(BUILD_CLIENT_SMP),0)
-	$(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT)
-endif
+# Don't copy the SMP until it's working together with SDL.
+#ifneq ($(BUILD_CLIENT_SMP),0)
+#	$(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT)
+#endif
 
 ifneq ($(BUILD_SERVER),0)
 	@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \




More information about the quake3-commits mailing list