Artifact 7dcf15f7730c2a3ba5dab54d29d31280768b5dad:
- Executable file Setup/set_common.bat — part of check-in [315f26a68d] at 2011-05-02 02:59:00 on branch trunk — Remove the need to set the version for the Inno setup packages. (user: shaneh size: 460)
@ECHO OFF :: :: set_common.bat -- :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: IF NOT DEFINED APPID ( SET APPID={{02E43EC2-6B1C-45B5-9E48-941C3E1B204A} ) IF NOT DEFINED URL ( SET URL=http://system.data.sqlite.org/ ) IF NOT DEFINED PUBLICKEY ( SET PUBLICKEY=db937bc2d44ff139 ) IF NOT DEFINED PROCESSORS ( SET PROCESSORS=x86 x64 ) IF NOT DEFINED YEARS ( SET YEARS=2008 )