diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:27:33 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:27:33 +0000 |
commit | 9b8745d5250c9d0b60c9aa5a77f58a3fcddf1076 (patch) | |
tree | 8372b6a414a7124cec57efc9c80845e2bc1b157d /Makefile.linux_mmx |
This commit was generated by cvs2svn to compensate for changes in r352,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/pdp/; revision=353
Diffstat (limited to 'Makefile.linux_mmx')
-rw-r--r-- | Makefile.linux_mmx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.linux_mmx b/Makefile.linux_mmx new file mode 100644 index 0000000..2d988ec --- /dev/null +++ b/Makefile.linux_mmx @@ -0,0 +1,4 @@ +pdp.pd_linux: pdp_all + rm -f pdp.pd_linux + gcc -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o system/mmx/*.o $(PDP_LIBS) + #strip --strip-unneeded pdp.pd_linux |