diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-21 23:24:13 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-21 23:24:13 +0000 |
commit | d5efca19c489ea530750b2cef21d58bb3171ae93 (patch) | |
tree | 63116c2a934c2c8b9d96e8389acfc1df91a22f66 | |
parent | e63e5c12b3cbe516f042c7f3547254acafa887ba (diff) | |
download | usdx-d5efca19c489ea530750b2cef21d58bb3171ae93.tar.gz usdx-d5efca19c489ea530750b2cef21d58bb3171ae93.tar.xz usdx-d5efca19c489ea530750b2cef21d58bb3171ae93.zip |
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
Diffstat (limited to '')
-rw-r--r-- | plugins/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |