Changed the option to select the generation of a C++ scanner to the backward compatib...
[OpenFOAM-1.5.x.git] / wmake / rules / General / flex++
blob304b131c6dc22705e5b638ee21241038340fb90e
1 .SUFFIXES: .L
3 Ltoo = flex -+ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
5 .L.dep:
6         $(MAKE_DEP)