diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-28 09:48:54 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-28 09:48:54 +0000 |
commit | 8227dc75b8e236f7f9629d1bc49fae0addee3def (patch) | |
tree | 13f2aec426201ee87dd0cbda0860082315dfa1ae /Makefile.linux_mmx | |
parent | a0aef64af84622e8d6d02c7714fb82178dea0286 (diff) |
pdp config
svn path=/trunk/externals/pdp/; revision=440
Diffstat (limited to 'Makefile.linux_mmx')
-rw-r--r-- | Makefile.linux_mmx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.linux_mmx b/Makefile.linux_mmx deleted file mode 100644 index 2adbb1c..0000000 --- a/Makefile.linux_mmx +++ /dev/null @@ -1,4 +0,0 @@ -pdp.pd_linux: pdp_all - rm -f pdp.pd_linux - $(CC) -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o system/mmx/*.o $(PDP_LIBS) - #strip --strip-unneeded pdp.pd_linux |