mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
7 lines
201 B
Batchfile
7 lines
201 B
Batchfile
@rem Recreate some python charmap codecs from the Windows function
|
|
@rem MultiByteToWideChar.
|
|
|
|
@cd /d %~dp0
|
|
@mkdir build
|
|
@rem Arabic DOS code page
|
|
c:\python30\python genwincodec.py 720 > build/cp720.py
|