Skip to content

Commit c9908e3

Browse files
committed
Added description of how PE95TIME.LUA is used to its documentation.
1 parent 1847263 commit c9908e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

demo/xtra/PE95TIME.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# PE95TIME.LUA
22

3-
This Lua script modifies timestamps in a Portable Executable (PE) format EXE file to align them with the release date of Windows 95. The goal is to ensure reproducible builds for checksum verification purposes. Key points of usage include backing up files before modification, as this script directly edits the binary files.
3+
This Lua script modifies timestamps
4+
in a Portable Executable (PE) format EXE file
5+
to align them with the release date of Windows 95.
6+
The goal is to ensure reproducible builds for checksum verification purposes.
7+
This script is used in continuous integration of LUA for Watcom
8+
to ensure LUANT.EXE built from the same source code
9+
always has the same checksum.
410

511
## Documentation
612

13+
This script has been squashed to save on disk space.
14+
The documentation for the scripts variables and functions are below.
15+
716
### **Globals**
817
| Global Variable | Description |
918
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)