Skip to content

Commit

Permalink
Comment to guide release build in windows [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell committed Oct 9, 2016
1 parent 9fbbea5 commit 32575a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/windows/build_msi_and_zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ rem ps: gc Makefile.orig | %{ $_ -replace '551.lib', %QTLIBEXT% } > Makefile
if "%ARG1%" neq "norelease" (
nmake clean
)
nmake

rem Make sure the log4cpp library is built with debug info to prevent 'mismatch deteced for _ITERATOR_DEBUG_LEVEL'
nmake release

if not exist bin/engauge.exe (
echo "Executable could not be built. Stopping"
Expand Down

0 comments on commit 32575a4

Please sign in to comment.