6a2d49e0ed
* Fix #4965: Adjusted the timezone update script to initialize structs properly. * Updated the scripts to generate the files directly * Added a small HOWTO * Split zone information to separate files to allow automatic update without further manual editing. Create a timezone.c file that does conform to C rules.
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
On an up to date windows machine run the following scripts (from checkout root):
|
|
|
|
csi.exe scripts/TimeZones.csx
|
|
csi.exe scripts/WindowsZones.csx
|
|
|
|
After running the scripts check
|
|
* winpr/libwinpr/timezone/TimeZones.c
|
|
* winpr/libwinpr/timezone/WindowsZones.c
|
|
for changes.
|
|
|
|
Commit if the definitions changed and create a pull request at
|
|
https://github.com/FreeRDP/FreeRDP
|