File: setenv.cmd

package info (click to toggle)
luminance-hdr 2.6.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,700 kB
  • sloc: cpp: 43,912; ansic: 4,122; xml: 116; makefile: 20; sh: 7
file content (26 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
SET CYGWIN_DIR=C:\cygwin64
SET TEMP_DIR=.downloaddir

SET VISUAL_STUDIO_VC_REDIST=C:\Program Files (x86)\%VS_PROG_FILES%\VC\redist\%RawPlatform%
rem SET QTDIR=C:\Data\Develop\Qt\5.0.1-x64\qtbase
SET QTDIR=C:\Data\Dev\Qt5.8.0\5.8\msvc2015_64

REM Options:  -------------------------------------------

REM enable another configuration (defaulting to Release, RelWithDebInfo)
REM SET Configuration=Debug
REM SET ConfigurationLuminance=Release

SET LuminanceTarget=
rem --target luminance-hdr

REM updates/overwrites the original .ts files doing a Qt lupdate
SET OPTION_LUMINANCE_UPDATE_TRANSLATIONS=0
SET OPTION_LUPDATE_NOOBSOLETE=0

REM Optional variables
REM SET L_BOOST_DIR=C:\Data\Develop\libhdrStuff

REM should the Luminance git repo be updated (defaulting to true for read-only git download)
SET UPDATE_REPO_LUMINANCE=0