mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-21 09:29:39 +00:00
Updated to DMD 2.061. Implemented /p outside Windows. Restored blank lines in the listing.
This commit is contained in:
parent
6992795f55
commit
406354e06c
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*.exe
|
||||
*.obj
|
||||
*.html
|
||||
*.zip
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user