Commit graph

6 commits

Author SHA1 Message Date
H. Peter Anvin
a396a18074 Update the INSTALL file to match current reality 2008-06-28 18:53:55 -07:00
H. Peter Anvin
212f67d472 Add OS/2 build instructions since our binaries don't work. 2007-11-28 10:42:21 -08:00
H. Peter Anvin
b9957462d6 INSTALL: MSVC++ compilation instructions
Update compilation instructions for MSVC++, and point out that it's
not just Unix systems which can use the GNU instructions -- it also
applies to MacOS X and Windows with either Cygwin or MinGW.
2007-09-16 22:27:07 -07:00
H. Peter Anvin
2ef2f06125 Enable the use of a config.h file and autoheader. At this point we don't
actually *use* the resulting configuration file, but it keeps autoconf
from creating an insanely long compiler command line, which can cause
problems all by itself.  Eventually we can do:

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

... to get the same information.
2003-09-01 04:19:37 +00:00
H. Peter Anvin
79e2d9f48d Standard line breaks 2003-08-29 19:05:39 +00:00
H. Peter Anvin
8ac364139a NASM 0.98.30 2002-04-30 21:09:12 +00:00