[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
please apply these 2 patches
its to fix documenation relating to the use of TARGET_ARCH_EXCL on msvc7
--- allegro._tx 2005-04-01 10:57:57.468750000 +1000
+++ \alg420\docs\src\allegro._tx 2005-04-01 00:47:00.000000000 +1000
@@ -13104,7 +13104,7 @@
compatibility with older processors.
Example: set TARGET_ARCH_COMPAT=i586
<li>
+ TARGET_ARCH_EXCL=[cpu]<br>
- TARGET_ARCH_EXCL=[cpu] (GCC-based platforms only)<br>
This option will optimize for the given processor. Please note that
using it will cause the code to *NOT* run on older processors.
Example: set TARGET_ARCH_EXCL=i586
////////////////////////////////////////////////////////////////////////////////////////
--- msvc._tx 2005-04-01 11:08:34.718750000 +1000
+++ \alg420\docs\src\build\msvc._tx 2005-03-31 21:54:00.000000000 +1000
@@ -137,11 +137,6 @@
better optimizations. Likewise, you can specify "icl" to use the Intel
commandline compiler.
+ If you want to add cpu specific optimizations to your msvc7 build
you can
+ type "<tt>make TARGET_ARCH_EXCL="-G7 -arch:SSE2"</tt>" however these
optimizations
+ will make your library only work on the targeted cpu. These options
may differ for
+ MSVC6 and ICL.
+
If you are compiling from CVS, before continuing you must run both
"<tt>make depend</tt>" and "<tt>misc/fixdll.sh</tt>" as explained
below, or the build will
fail asking for some <tt>.inc</tt> file.