Skip to content

Commit c4de883

Browse files
committed
Updated makefile comments
1 parent b0379cd commit c4de883

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

wm_dos16.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Watcom Makefile for building Lua 5.4.6
1+
# Watcom Makefile for building Lua 5.4
22
# This is the DOS 16-bit large model version
33
# There are no configurable parts to this file
44
# Run with `wmake -f mw_dos16.mak`

wm_dos4g.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Watcom Makefile for building Lua 5.4.6
1+
# Watcom Makefile for building Lua 5.4
22
# This is the DOS 4G flat model version
33
# There are no configurable parts to this file
44
# Run with `wmake -f wm_dos4g.mak`

wm_os216.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Watcom Makefile for building Lua 5.4.6
2-
# This is the DOS 4G flat model version
1+
# Watcom Makefile for building Lua 5.4
2+
# This is the OS/2 1.2 16-bit version
33
# There are no configurable parts to this file
44
# Run with `wmake -f wm_os216.mak`
55

wm_os232.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Watcom Makefile for building Lua 5.4.6
2-
# This is the DOS 4G flat model version
1+
# Watcom Makefile for building Lua 5.4
2+
# This is the OS/2 2.0 32-bit version
33
# There are no configurable parts to this file
44
# Run with `wmake -f wm_os232.mak`
55

wm_winnt.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Watcom Makefile for building Lua 5.4.6
2-
# This is the DOS 4G flat model version
1+
# Watcom Makefile for building Lua 5.4
2+
# This is the Windows 95 and later version
33
# There are no configurable parts to this file
44
# Run with `wmake -f wm_winnt.mak`
55

0 commit comments

Comments
 (0)