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 9926ab8 commit ff16556Copy full SHA for ff16556
builds/win32/preprocess.bat
@@ -65,7 +65,7 @@ goto :EOF
65
@for %%i in (alice_meta) do @call :PREPROCESS alice %%i
66
@for %%i in (metd, DdlNodes, PackageNodes) do @call :PREPROCESS dsql %%i -gds_cxx
67
@for %%i in (gpre_meta) do @call :PREPROCESS gpre/std %%i
68
-@for %%i in (dfw, dpm, dyn_util, fun, grant, ini, met, scl, Function) do @call :PREPROCESS jrd %%i -gds_cxx
+@for %%i in (dfw, dpm, dyn_util, fun, grant, ini, met, scl, Function, SystemTriggers) do @call :PREPROCESS jrd %%i -gds_cxx
69
@for %%i in (stats) do @call :PREPROCESS utilities %%i
70
@goto :EOF
71
0 commit comments