Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The Mono batch build tool should honor the BUILD_DEBUG environment variable. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
068edf42f205b11247778a1aeec0dbb5 |
User & Date: | mistachkin 2016-07-30 18:43:41.903 |
Context
2016-07-30
| ||
19:47 | Make test 'data-1.84' work on Mono 4.4. check-in: acfc512faa user: mistachkin tags: trunk | |
18:43 | The Mono batch build tool should honor the BUILD_DEBUG environment variable. check-in: 068edf42f2 user: mistachkin tags: trunk | |
18:40 | Update SQLite core library to the latest trunk code. check-in: b10b90ef08 user: mistachkin tags: trunk | |
Changes
Changes to Setup/build_mono.bat.
︙ | ︙ | |||
26 27 28 29 30 31 32 | ) SET TOOLS=%~dp0 SET TOOLS=%TOOLS:~0,-1% %_VECHO% Tools = '%TOOLS%' | > | > > > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | ) SET TOOLS=%~dp0 SET TOOLS=%TOOLS:~0,-1% %_VECHO% Tools = '%TOOLS%' IF DEFINED BUILD_DEBUG ( SET BUILD_CONFIGURATIONS=DebugManagedOnly ReleaseManagedOnly ) ELSE ( SET BUILD_CONFIGURATIONS=ReleaseManagedOnly ) SET PLATFORMS="Any CPU" SET YEARS=2013 SET NOUSER=1 SET MSBUILD_ARGS=/property:ConfigurationSuffix=MonoOnPosix SET MSBUILD_ARGS=%MSBUILD_ARGS% /property:InteropCodec=false SET MSBUILD_ARGS=%MSBUILD_ARGS% /property:InteropLog=false SET MSBUILD_ARGS_DEBUG=/property:CheckState=true |
︙ | ︙ |