<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://devwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=Older_instructions</id>
	<title>Older instructions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://devwiki.neosys.com/index.php?action=history&amp;feed=atom&amp;title=Older_instructions"/>
	<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Older_instructions&amp;action=history"/>
	<updated>2026-04-07T01:31:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://devwiki.neosys.com/index.php?title=Older_instructions&amp;diff=1364&amp;oldid=prev</id>
		<title>Steve: Created page with &#039;== Building x64 ==  === x64/Release ===  &lt;pre&gt; rem &gt;&gt;&gt;Windows SDK 7.1 Command Prompt f: cd \icu4c-4_6_1-src\icu\source  setenv /x64 /release  cd common msbuild /p:Platform=x64 /p…&#039;</title>
		<link rel="alternate" type="text/html" href="https://devwiki.neosys.com/index.php?title=Older_instructions&amp;diff=1364&amp;oldid=prev"/>
		<updated>2011-06-23T13:02:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;== Building x64 ==  === x64/Release ===  &amp;lt;pre&amp;gt; rem &amp;gt;&amp;gt;&amp;gt;Windows SDK 7.1 Command Prompt f: cd \icu4c-4_6_1-src\icu\source  setenv /x64 /release  cd common msbuild /p:Platform=x64 /p…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Building x64 ==&lt;br /&gt;
&lt;br /&gt;
=== x64/Release ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rem &amp;gt;&amp;gt;&amp;gt;Windows SDK 7.1 Command Prompt&lt;br /&gt;
f:&lt;br /&gt;
cd \icu4c-4_6_1-src\icu\source&lt;br /&gt;
&lt;br /&gt;
setenv /x64 /release&lt;br /&gt;
&lt;br /&gt;
cd common&lt;br /&gt;
msbuild /p:Platform=x64 /p:Configuration=Release&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
cd i18n&lt;br /&gt;
msbuild /p:Platform=x64 /p:Configuration=Release&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
dir ..\lib64\*.lib&lt;br /&gt;
rem should find lib64 folder has icudt.lib, icuuc.lib and icuin.lib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== x64/Debug ===&lt;br /&gt;
&lt;br /&gt;
Producing the proper debug versions of icu may not be necessary if your objective is only to produce release versions of the boost libraries (and you use the work-around to avoid the need for icu debug libraries)&lt;br /&gt;
&lt;br /&gt;
NOTE: To produce the DEBUG version of the libraries, you need Visual Studio&amp;#039;s bscmake on the path - vsvars32 does that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rem &amp;gt;&amp;gt;&amp;gt;Windows SDK 7.1 Command Prompt&lt;br /&gt;
f:&lt;br /&gt;
cd \icu4c-4_6_1-src\icu\source&lt;br /&gt;
&lt;br /&gt;
setenv /x64 /debug&lt;br /&gt;
&lt;br /&gt;
rem vsvars32 MUST be after setenv&lt;br /&gt;
vsvars32 x64&lt;br /&gt;
&lt;br /&gt;
cd common&lt;br /&gt;
msbuild /p:Platform=x64 /p:Configuration=Debug&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
cd i18n&lt;br /&gt;
msbuild /p:Platform=x64 /p:Configuration=Debug&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
dir ..\lib64\*d.lib&lt;br /&gt;
rem should find lib64 folder has icuucd.lib and icuind.lib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Building Win32 (x86) Release and Debug==&lt;br /&gt;
&lt;br /&gt;
=== x86/Release ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rem &amp;gt;&amp;gt;&amp;gt;Windows SDK 7.1 Command Prompt&lt;br /&gt;
f:&lt;br /&gt;
cd \icu4c-4_6_1-src\icu\source&lt;br /&gt;
&lt;br /&gt;
setenv /x86 /release&lt;br /&gt;
&lt;br /&gt;
cd common&lt;br /&gt;
msbuild /p:Platform=win32 /p:Configuration=Release&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
cd i18n&lt;br /&gt;
msbuild /p:Platform=win32 /p:Configuration=Release&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
dir ..\lib\*.lib&lt;br /&gt;
rem should find lib folder has icudt.lib, icuuc.lib and icuin.lib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== x86/Debug ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rem &amp;gt;&amp;gt;&amp;gt;Windows SDK 7.1 Command Prompt&lt;br /&gt;
f:&lt;br /&gt;
cd \icu4c-4_6_1-src\icu\source&lt;br /&gt;
&lt;br /&gt;
setenv /x86 /debug&lt;br /&gt;
&lt;br /&gt;
rem must be AFTER setenv&lt;br /&gt;
vsvars32 x86&lt;br /&gt;
&lt;br /&gt;
cd common&lt;br /&gt;
msbuild /p:Platform=win32 /p:Configuration=Debug&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
cd i18n&lt;br /&gt;
msbuild /p:Platform=win32 /p:Configuration=Debug&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
dir ..\lib\*d.lib&lt;br /&gt;
rem should find lib folder has icuucd.lib and icuind.lib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
</feed>