Updated to DMD 2.061. Implemented /p outside Windows. Restored blank lines in the listing.

This commit is contained in:
Piotr Fusik 2013-02-19 17:37:14 +01:00
parent 6992795f55
commit 406354e06c
3 changed files with 238 additions and 452 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.exe
*.obj
*.html
*.zip

View File

@ -55,8 +55,7 @@ Sets output file name.
The default is 'SOURCE_FILE' with the extension changed to `.obx`.
[[new_fullpaths]]*/p*::
Prints fully qualified file names in listing and error messages.
This option works only on Windows and is silently ignored on other platforms.
Prints absolute paths in listing and error messages.
[[new_quiet]]*/q*::
Quiet mode. Prevents *xasm* from printing the logo and the summary.

683
xasm.d

File diff suppressed because it is too large Load Diff