mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
wmake: Simplified QUIET_MESSAGE function
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
SUFFIXES += .qt
|
||||
|
||||
qttoo = $E $(call QUIET_MESSAGE, " moc: $(<F)") \
|
||||
qttoo = $E $(call QUIET_MESSAGE,moc,$(<F)) \
|
||||
$(WM_SCHEDULER) $(QTDIR)/bin/moc -f $< -o $(@D)/$(<F).C $(AND) \
|
||||
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|
||||
|
||||
Reference in New Issue
Block a user