mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Creation of OpenFOAM-dev repository 15/04/2008
This commit is contained in:
6
wmake/rules/General/flex++
Normal file
6
wmake/rules/General/flex++
Normal file
@ -0,0 +1,6 @@
|
||||
.SUFFIXES: .L
|
||||
|
||||
Ltoo = flex++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
|
||||
|
||||
.L.dep:
|
||||
$(MAKE_DEP)
|
||||
Reference in New Issue
Block a user