From d5efca19c489ea530750b2cef21d58bb3171ae93 Mon Sep 17 00:00:00 2001
From: k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Thu, 21 May 2009 23:24:13 +0000
Subject: remove compilation of SDK/StrUtils.pas, which uses Intel assembler

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1755 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 plugins/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/Makefile.in b/plugins/Makefile.in
index efa2e511..43c9d604 100644
--- a/plugins/Makefile.in
+++ b/plugins/Makefile.in
@@ -108,7 +108,7 @@ all: SDK 5000Points Blind Dont_Get_Worse Duell Team_Duell
 .PHONY: SDK
 SDK: clean-SDK
 	$(PPC) $(strip $(PFLAGS_ALL)) SDK/ModiSDK.pas
-	$(PPC) $(strip $(PFLAGS_ALL)) SDK/USDXStrUtils.pas
+#	$(PPC) $(strip $(PFLAGS_ALL)) SDK/USDXStrUtils.pas
 
 .PHONY: 5000Points
 5000Points: SDK clean-5000Points
-- 
cgit v1.2.3