mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Ensure that version changes trigger builds (build.bat)
This commit is contained in:
@@ -67,9 +67,9 @@ for %%a in (%*) do (
|
||||
set "HAVE_QTBINDINGS=0"
|
||||
) else if "!arg!" equ "-without-qt" (
|
||||
set "HAVE_QT=0"
|
||||
set "HAVE_CURL=1"
|
||||
set "HAVE_EXPAT=1"
|
||||
set "HAVE_PTHREADS=1"
|
||||
set "HAVE_CURL=1"
|
||||
set "HAVE_EXPAT=1"
|
||||
set "HAVE_PTHREADS=1"
|
||||
set "HAVE_QTBINDINGS=0"
|
||||
) else if "!arg!" equ "-with-64bit-coord" (
|
||||
set "HAVE_64BIT_COORD=1"
|
||||
@@ -254,6 +254,8 @@ if not exist "%option-build%" (
|
||||
goto :eof
|
||||
)
|
||||
|
||||
touch %inst_path%\src\version\version.h
|
||||
|
||||
echo on
|
||||
"%option-qmake%" ^
|
||||
HAVE_QT_UITOOLS=1 ^
|
||||
|
||||
Reference in New Issue
Block a user