Skip to content
Snippets Groups Projects
Commit e05a62d3 authored by mattijs's avatar mattijs
Browse files

COMP: Allwmake: work with -q

parent ea9fbafa
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
if [ "$targetType" != "objects" ]
then
runTimePostProcessing/Allwmake $* runTimePostProcessing/Allwmake $*
fi
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment