summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-08-30 05:04:22 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-08-30 05:04:22 +0000
commitb5f76fbe9b394b30987534cb667d7cc893372426 (patch)
treea53593739356c379c62e9c89329f2760b88b6491
parentcefdfbc070cdf5e25312634a11c851504f32d295 (diff)
downloadnasm-b5f76fbe9b394b30987534cb667d7cc893372426.tar.gz
Now working toward 0.98.38
-rw-r--r--CHANGES7
-rw-r--r--version2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e9880f4b..d22d2e06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+0.98.38
+-------
+* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
+ mkdep.pl to be able to generate completely pathless dependencies, as
+ required by OpenWatcom wmake (it supports path searches, but not
+ explicit paths.)
+
0.98.37
-------
* Paths given in "-I" switch searched for "incbin"ed as
diff --git a/version b/version
index d7e9a6ff..bbd22ad1 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.98.37
+0.98.38