COMP: provide modules/Allwmake script - unified entry point with -prefix=... handling (#1721)
8 lines
221 B
Bash
Executable File
8 lines
221 B
Bash
Executable File
#!/bin/sh
|
|
# Dummy for "wmake -all"
|
|
# Returns true so it does not look like an error
|
|
|
|
echo "skip wmake target for modules doxygen directory"
|
|
|
|
#------------------------------------------------------------------------------
|