Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added encoding.utf_16_le in the command line for cx_Freeze
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1263 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
jwang36 committed Jun 19, 2008
1 parent 21c8fc3 commit 73c002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildNotes.txt
Expand Up @@ -47,7 +47,7 @@ Tools in Python
no MyBuild Python project in the BaseTools\Python tree.

set PYTHONPATH=<BaseToolsDirPath>\Source\Python
c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8 --install-dir=.\mybuild MyBuild.py
c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_16_le,encodings.utf_8 --install-dir=.\mybuild MyBuild.py

The generated .exe (and .dll) files are put in "mybuild" subdirectory.

Expand Down

0 comments on commit 73c002f

Please sign in to comment.