diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-21 02:40:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-21 02:40:41 +0000 |
commit | cff7b01e73344074805df22c7d3dc67fec4e58b1 (patch) | |
tree | 2dbe70e206731df6232dbb8e268ab54b5f725c8f /emulators/xmame/files | |
parent | ad2dd30443e3863b584aea813803451568c993af (diff) |
Notes
Diffstat (limited to 'emulators/xmame/files')
-rw-r--r-- | emulators/xmame/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/xmame/files/patch-aa b/emulators/xmame/files/patch-aa deleted file mode 100644 index 430dfee73df6..000000000000 --- a/emulators/xmame/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- makefile.unix.orig Sun Nov 5 15:55:59 2000 -+++ makefile.unix Sun Nov 5 15:56:14 2000 -@@ -90,8 +90,8 @@ - # if strict ansi used set IL to "static" - # This can very noticably increase xmame's performance, so enabling this is - # encouraged, it works fine with gcc and probably with most other compilers. --# IL = '-DINLINE=static inline' --IL = -DINLINE=static -+IL = '-DINLINE=static inline' -+# IL = -DINLINE=static - - # *** Choose your linker & linker flags ( some OS's needs native linker - # instead GNU one ) |