]> granicus.if.org Git - yasm/commit
Add "vsyasm", a batch version of yasm primarily useful for VS2010.
authorPeter Johnson <peter@tortall.net>
Sat, 6 Feb 2010 09:27:32 +0000 (09:27 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 6 Feb 2010 09:27:32 +0000 (09:27 -0000)
commit463f4d79636d6d320f4c10f67423af893e5a67be
tree66a342d961a3ccaab79ae952b8756e256655c1b1
parent419e16fc7165d8d1068783535584e2e8014fce6a
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
Mkfiles/Makefile.dj
Mkfiles/Makefile.flat
frontends/Makefile.inc
frontends/vsyasm/CMakeLists.txt [new file with mode: 0644]
frontends/vsyasm/Makefile.inc [new file with mode: 0644]
frontends/vsyasm/vsyasm.c [new file with mode: 0644]