summaryrefslogtreecommitdiffstats
path: root/BuildNotes2.txt
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 02:54:29 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 02:54:29 +0000
commitd57e875ca3aac3249751b18db03921b6f0cff5fe (patch)
tree81fc2d2a46c70f33373db85a713d8b1f2321dc8f /BuildNotes2.txt
parente44edae0210102e4247742c70daa957ed2311ebb (diff)
downloadedk2-d57e875ca3aac3249751b18db03921b6f0cff5fe.tar.gz
edk2-d57e875ca3aac3249751b18db03921b6f0cff5fe.tar.bz2
edk2-d57e875ca3aac3249751b18db03921b6f0cff5fe.zip
Updated conversion command line option with unicode support
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2870 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BuildNotes2.txt')
-rw-r--r--BuildNotes2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildNotes2.txt b/BuildNotes2.txt
index 6981e94428..c6e49cede8 100644
--- a/BuildNotes2.txt
+++ b/BuildNotes2.txt
@@ -48,7 +48,7 @@ and then go to MdePkg\Library\BaseLib directory and build
c:\MyWork\edk2\> cd MdePkg\Library\BaseLib
c:\MyWork\edk2\> build
-If you want build a platform, please set ACTIVE_PLATFORM to your desired platform dsc file,
+If you want build a platform, ACTIVE_PLATFORM must be set to your desired platform dsc file,
go to directory which must be not a module's directory, and run "build" command.
-------------------------------------------------------------------------------
@@ -86,7 +86,7 @@ without Python interpreter. One of the convertion tools is called cx_Freeze at
Suppose you have installed cx_Freeze at c:\cx_Freeze-3.0.3. Use following command line to convert MyBuild.py
- c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk --install-dir=.\mybuild MyBuild.py
+ 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
The generated .exe files are put in "mybuild" subdirectory.