mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmake/rules/General: Add support for WM_SCHEDULER to the compilation of lex, yacc and moc files
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
SUFFIXES += .L
|
||||
|
||||
Ltoo = flex -+ -o$(@D)/$(<F).C -f $< ; $(CC) $(c++FLAGS) $(c++LESSWARN) -c $(@D)/$(<F).C -o $@
|
||||
Ltoo = $(WM_SCHEDULER) flex -+ -o$(@D)/$(<F).C -f $< $(AND) \
|
||||
$(CC) $(c++FLAGS) $(c++LESSWARN) -c $(@D)/$(<F).C -o $@
|
||||
|
||||
Reference in New Issue
Block a user