diff options
author | Marat Dukhan <maratek@gmail.com> | 2013-06-30 01:30:44 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-06-30 01:31:15 +0400 |
commit | 1052394ef6e7601973eab7be9cdc098370a56355 (patch) | |
tree | 2bd2f380b374b212b57ac8fa9b1888c7087d3bbc /directiv.pl | |
parent | 50a33b068bab4ec7e996c2bf869c8edb1fec5da2 (diff) | |
download | nasm-1052394ef6e7601973eab7be9cdc098370a56355.tar.gz nasm-1052394ef6e7601973eab7be9cdc098370a56355.tar.bz2 nasm-1052394ef6e7601973eab7be9cdc098370a56355.zip |
make: Fix nasm build with MSVC
http://bugzilla.nasm.us/show_bug.cgi?id=3392258
Signed-off-by: Marat Dukhan <maratek@gmail.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'directiv.pl')
-rwxr-xr-x | directiv.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/directiv.pl b/directiv.pl index 01af235..51d0ec3 100755 --- a/directiv.pl +++ b/directiv.pl @@ -35,7 +35,9 @@ # # Generate a perfect hash for directive parsing # -# Usage: directiv.pl directiv.dat directiv.c directiv.h +# Usage: +# directiv.pl h directiv.dat directiv.h (to generate C header) +# directiv.pl c directiv.dat directiv.c (to generate C source) # require 'phash.ph'; |