We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1e39d commit 5346ac9Copy full SHA for 5346ac9
builds/win32/setenvvar.bat
@@ -9,9 +9,9 @@
9
10
@echo off
11
12
-set FB_CLEAN=
+@set FB_CLEAN=
13
14
-for %%v in ( %* ) do (
+@for %%v in ( %* ) do (
15
( if /I "%%v"=="DEBUG" ( (set FB_DBG=TRUE) && (set FB_CONFIG=debug) ) )
16
( if /I "%%v"=="CLEAN" (set FB_CLEAN=:rebuild) )
17
( if /I "%%v"=="RELEASE" ( (set FB_DBG=) && (set FB_CONFIG=release) ) )
0 commit comments