Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More comments on build instructions. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9c3b14681cb7e4e5e7fed12ad8233eb9 |
User & Date: | shaneh 2011-04-13 20:53:14.583 |
Context
2011-04-13
| ||
20:54 | Escaping change for path setting for bake.bat didn't work. Put back goto construct. check-in: fed833ea6e user: shaneh tags: trunk | |
20:53 | More comments on build instructions. check-in: 9c3b14681c user: shaneh tags: trunk | |
20:52 | Update compile time options to be superset of default and legacy defines. check-in: 1cb9770a51 user: shaneh tags: trunk | |
Changes
Changes to www/build.wiki.
︙ | ︙ | |||
89 90 91 92 93 94 95 96 97 98 99 100 101 102 | <li>Make sure the version information is correct for System.Data.SQLite in the following files: <ul> <root>\SQLite.Interop\props\SQLite.Interop.vsprops<br /> <root>\SQLite.Interop\props\SQLite.Interop.props<br /> <root>\SQLite.Interop\src\win\interop.h<br /> </ul> You'll need to update the SQLITE_MANIFEST_VERSION and SQLITE_RC_VERSION properties in the .vsprops and .props files, and the INTEROP_VERSION define in interop.h. This version number should track the release versions of the System.Data.SQLite packages (ie. [./news.wiki | 1.0.x]). </li> | > > | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | <li>Make sure the version information is correct for System.Data.SQLite in the following files: <ul> <root>\SQLite.Interop\props\SQLite.Interop.vsprops<br /> <root>\SQLite.Interop\props\SQLite.Interop.props<br /> <root>\SQLite.Interop\src\win\interop.h<br /> <root>\System.Data.SQLite\AssemblyInfo.cs<br /> <root>\System.Data.SQLite.Linq\AssemblyInfo.cs<br /> </ul> You'll need to update the SQLITE_MANIFEST_VERSION and SQLITE_RC_VERSION properties in the .vsprops and .props files, and the INTEROP_VERSION define in interop.h. This version number should track the release versions of the System.Data.SQLite packages (ie. [./news.wiki | 1.0.x]). </li> |
︙ | ︙ | |||
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | <li>Make sure the version information is correct for System.Data.SQLite in the following files: <ul> <root>\SQLite.Interop\props\SQLite.Interop.vsprops<br /> <root>\SQLite.Interop\props\SQLite.Interop.props<br /> <root>\SQLite.Interop\src\win\interop.h<br /> <root>\Setup\set_common.bat<br /> </ul> You'll need to update the SQLITE_MANIFEST_VERSION and SQLITE_RC_VERSION properties in the .vsprops and .props files, the INTEROP_VERSION define in interop.h, and the VERSION environment variable in set_common.bat. This version number should track the release versions of the System.Data.SQLite packages (ie. [./news.wiki | 1.0.x]). </li> <li>Make sure the "<root>\bin" and "<root>\obj" directories are completely free of all output files. In theory, you should be able to simply delete these directories. </li> | > > | > > > > | > > > | > > > | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | <li>Make sure the version information is correct for System.Data.SQLite in the following files: <ul> <root>\SQLite.Interop\props\SQLite.Interop.vsprops<br /> <root>\SQLite.Interop\props\SQLite.Interop.props<br /> <root>\SQLite.Interop\src\win\interop.h<br /> <root>\System.Data.SQLite\AssemblyInfo.cs<br /> <root>\System.Data.SQLite.Linq\AssemblyInfo.cs<br /> <root>\Setup\set_common.bat<br /> </ul> You'll need to update the SQLITE_MANIFEST_VERSION and SQLITE_RC_VERSION properties in the .vsprops and .props files, the INTEROP_VERSION define in interop.h, and the VERSION environment variable in set_common.bat. This version number should track the release versions of the System.Data.SQLite packages (ie. [./news.wiki | 1.0.x]). </li> <li>Make sure the "<root>\bin" and "<root>\obj" directories are completely free of all output files. In theory, you should be able to simply delete these directories. </li> <li>Open a normal command prompt window with "cmd.exe".<br /> <i>If you are using Visual Studio 2010, you may need to open a "Windows SDK Command Prompt" from the "Microsoft Windows SDK" start menu and perform your builds there.</i></li> <li>Change the current directory to "<root>\Setup".</li> <li>Enter the following command to build the binaries for Win32 (x86): [./build.wiki#build.bat | build.bat] ReleaseNativeOnly Win32<br /> <i>You may need to enter the command "setenv /x86" first if you are using a Windows SDK or Visual Studio command prompt.</i> </li> <li>Make sure everything succeeds with no errors; the log file "%TEMP%\System.Data.SQLite.Build_ReleaseNativeOnly_Win32_Unknown.log" may be checked if any errors should occur.</li> <li>Enter the following command to build the binaries for x64: build.bat ReleaseNativeOnly x64<br /> <i>You may need to enter the command "setenv /x64" first if you are using a Windows SDK or Visual Studio command prompt.</i> </li> <li>Make sure everything succeeds with no errors; the log file "%TEMP%\System.Data.SQLite.Build_ReleaseNativeOnly_x64_Unknown.log" may be checked if any errors should occur.</li> <li>Enter the following command to build the setup binaries for Win32 AND |
︙ | ︙ |