No description
Find a file
Peter Johnson 463f4d7963 Add "vsyasm", a batch version of yasm primarily useful for VS2010.
Basically the objfile, listfile, and mapfile options specify output
directories instead of files.  Multiple files are accepted and each one
is independently assembled in command line order.  All options (such
as include directories and predefined macros) apply to all input files.
Any error terminates the process early.

Suggested by: Brian Gladman

svn path=/trunk/yasm/; revision=2284
2010-02-06 09:27:32 +00:00
cmake Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
config Update autoconf/automake scripts. 2010-01-07 07:00:05 +00:00
frontends Add "vsyasm", a batch version of yasm primarily useful for VS2010. 2010-02-06 09:27:32 +00:00
libyasm Fix two more instances of queue.h HEAD macros for portability. 2010-01-03 02:46:11 +00:00
m4 Unbreak make distcheck. 2010-01-07 06:55:03 +00:00
Mkfiles Add "vsyasm", a batch version of yasm primarily useful for VS2010. 2010-02-06 09:27:32 +00:00
modules nasm_pp_cleanup(): Do a better job of cleaning up. 2010-02-06 09:13:56 +00:00
plugins Update plugin README files for Windows. 2008-05-24 19:00:48 +00:00
po Add initial gas preprocessor, contributed by Alexei Svitkine. 2009-12-23 06:45:17 +00:00
tests Fix major bug related to multiple handling. Unfortunately this slows down 2006-05-11 07:00:33 +00:00
tools Update Pyxelator to avoid deprecation warnings on recent Python versions. 2010-01-03 03:47:16 +00:00
.indent.pro Remove yasm_immval, moving remaining unique information (sign flag) into 2007-01-21 22:01:34 +00:00
ABOUT-NLS Update to gettext 0.16.1. 2007-02-13 07:31:11 +00:00
Artistic.txt Clarify licensing. 2003-07-11 04:35:42 +00:00
AUTHORS Update addresses. 2002-11-21 06:25:08 +00:00
autogen.sh * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion. 2004-09-04 01:24:57 +00:00
BSD.txt NASM is now licensed under the 2-clause BSD license. 2009-07-20 06:04:58 +00:00
ChangeLog Initial checkin of automake/autoconf files. 2001-06-27 22:45:20 +00:00
CMakeLists.txt CMakeLists.txt: Set cmake policy to avoid warning. 2009-05-12 01:46:42 +00:00
config.h.cmake Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
configure.ac Allow older automake version (1.9.6). 2010-01-12 05:59:37 +00:00
ConfigureChecks.cmake Error out if Python not found. 2008-05-24 18:50:32 +00:00
COPYING Add initial gas preprocessor, contributed by Alexei Svitkine. 2009-12-23 06:45:17 +00:00
genstring.c Update all copyright dates. 2007-04-22 05:09:49 +00:00
GNU_GPL-2.0 Update FSF address in GPL and LGPL licenses. 2006-02-04 04:33:27 +00:00
GNU_LGPL-2.0 Update FSF address in GPL and LGPL licenses. 2006-02-04 04:33:27 +00:00
HACKING We no longer need bison, but we do need Python for building from SVN. 2008-04-12 01:16:04 +00:00
INSTALL Initial checkin of automake/autoconf files. 2001-06-27 20:07:20 +00:00
libyasm-stdint.h.cmake Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
libyasm.h Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
Makefile.am Update autoconf/automake scripts. 2010-01-07 07:00:05 +00:00
NEWS Initial checkin of automake/autoconf files. 2001-06-27 20:07:20 +00:00
out_test.sh Fix #184: test -e is not portable (despite being in POSIX); use test -f instead. 2009-07-30 02:19:38 +00:00
README Initial checkin of automake/autoconf files. 2001-06-27 20:07:20 +00:00
splint.sh Add .intel_syntax and .gas_syntax support to GAS parser. 2010-01-19 07:57:43 +00:00
test_hd.c Update all copyright dates. 2007-04-22 05:09:49 +00:00
util.h gas-preproc.c: Use sprintf instead of snprintf. 2010-01-13 04:44:28 +00:00
yasm.1 Fix #104 by removing obsolete comment about -m amd64 not setting BITS=64. 2007-04-14 19:55:45 +00:00
yasm_arch.7 Update generated yasm_arch(7) man page. 2007-11-03 04:59:28 +00:00
yasm_dbgfmts.7 Add yasm_parsers(7), yasm_objfmts(7), and yasm_dbgfmts(7) man pages, 2006-10-21 18:52:29 +00:00
yasm_objfmts.7 Add Mach-O to yasm_objfmts(7) man page. 2007-02-24 23:33:27 +00:00
yasm_parsers.7 Add yasm_parsers(7), yasm_objfmts(7), and yasm_dbgfmts(7) man pages, 2006-10-21 18:52:29 +00:00