]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Updated conversion command line option with unicode support
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 02:54:29 +0000 (02:54 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 02:54:29 +0000 (02:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2870 6f19259b-4bc3-4df7-8a09-765794883524

BuildNotes2.txt

index 6981e94428e270d1bb2ab1c480cd60b4e237e359..c6e49cede83fec0c9770819b35087af5d88cd686 100644 (file)
@@ -48,7 +48,7 @@ and then go to MdePkg\Library\BaseLib directory and build
     c:\MyWork\edk2\> cd MdePkg\Library\BaseLib\r
     c:\MyWork\edk2\> build\r
 \r
     c:\MyWork\edk2\> cd MdePkg\Library\BaseLib\r
     c:\MyWork\edk2\> build\r
 \r
-If you want build a platform, please set ACTIVE_PLATFORM  to your desired platform dsc file,\r
+If you want build a platform, ACTIVE_PLATFORM must be set to your desired platform dsc file,\r
 go to directory which must be not a module's directory, and run "build" command.\r
 \r
 -------------------------------------------------------------------------------\r
 go to directory which must be not a module's directory, and run "build" command.\r
 \r
 -------------------------------------------------------------------------------\r
@@ -86,7 +86,7 @@ without Python interpreter. One of the convertion tools is called cx_Freeze at
 \r
        Suppose you have installed cx_Freeze at c:\cx_Freeze-3.0.3. Use following command line to convert MyBuild.py\r
 \r
 \r
        Suppose you have installed cx_Freeze at c:\cx_Freeze-3.0.3. Use following command line to convert MyBuild.py\r
 \r
-       c:\cx_Freeze-3.0.3\FreezePython.exe --include-modules=encodings.cp437,encodings.gbk --install-dir=.\mybuild MyBuild.py\r
+       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\r
 \r
        The generated .exe files are put in "mybuild" subdirectory.\r
 \r
 \r
        The generated .exe files are put in "mybuild" subdirectory.\r
 \r