System.Data.SQLite

Check-in [3087e8c659]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor correction to the build batch file.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | netStandard20
Files: files | file ages | folders
SHA1: 3087e8c659a0b309317424668e90ad92d8351747
User & Date: mistachkin 2018-04-06 04:36:57.104
Context
2018-04-06
10:00
Fix a couple portability with the stress test. check-in: da40f86257 user: mistachkin tags: netStandard20
04:36
Minor correction to the build batch file. check-in: 3087e8c659 user: mistachkin tags: netStandard20
2018-04-05
15:27
Update Eagle script library in externals to pre-Beta 42. check-in: 90c8dbfba8 user: mistachkin tags: netStandard20
Changes
Unified Diff Ignore Whitespace Patch
Changes to Setup/build.bat.
522
523
524
525
526
527
528

529
530
531
532
533
534
535
IF DEFINED USEDOTNET (
  SET MSBUILD=%DOTNET%
  SET SUBCOMMANDS=build
) ELSE (
  CALL :fn_UnsetVariable SUBCOMMANDS
)


%_VECHO% SubCommands = '%SUBCOMMANDS%'
%_VECHO% BuildArgs = '%BUILD_ARGS%'
%_VECHO% MsBuildArgs = '%MSBUILD_ARGS%'
%_VECHO% MsBuildArgsCfg = '%MSBUILD_ARGS_CFG%'

IF NOT DEFINED NOBUILD (
  %__ECHO% "%MSBUILD%" %SUBCOMMANDS% "%SOLUTION%" "/target:%TARGET%" "/property:Configuration=%MSBUILD_CONFIGURATION%" "/property:Platform=%PLATFORM%" %LOGGING% %BUILD_ARGS% %MSBUILD_ARGS% %MSBUILD_ARGS_CFG%







>







522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
IF DEFINED USEDOTNET (
  SET MSBUILD=%DOTNET%
  SET SUBCOMMANDS=build
) ELSE (
  CALL :fn_UnsetVariable SUBCOMMANDS
)

%_VECHO% MsBuild = '%MSBUILD%'
%_VECHO% SubCommands = '%SUBCOMMANDS%'
%_VECHO% BuildArgs = '%BUILD_ARGS%'
%_VECHO% MsBuildArgs = '%MSBUILD_ARGS%'
%_VECHO% MsBuildArgsCfg = '%MSBUILD_ARGS_CFG%'

IF NOT DEFINED NOBUILD (
  %__ECHO% "%MSBUILD%" %SUBCOMMANDS% "%SOLUTION%" "/target:%TARGET%" "/property:Configuration=%MSBUILD_CONFIGURATION%" "/property:Platform=%PLATFORM%" %LOGGING% %BUILD_ARGS% %MSBUILD_ARGS% %MSBUILD_ARGS_CFG%