mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Simplified timezone update handling:
* 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.
This commit is contained in:
12
docs/README.timezones
Normal file
12
docs/README.timezones
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user