Update calcEntry grammar to include copyright.

Include character class (wchar_t or char) as a template parameter in
CocoParserErrors.
This commit is contained in:
Mark Olesen
2010-01-06 12:27:14 +01:00
parent e0ba4cbb02
commit cf3e2a8abf
3 changed files with 22 additions and 13 deletions

View File

@ -2,7 +2,12 @@
.SUFFIXES: .atg
atgtoo = Coco -single -frames $(WM_THIRD_PARTY_DIR)/coco-cpp/src $$SOURCE -o $(OBJECTS_DIR) ; $(CC) $(c++FLAGS) -c $*.cpp -o $@
atgtoo = \
$(WM_THIRD_PARTY_DIR)/coco-cpp/platforms/$(WM_ARCH)/bin/coco-cpp \
-single \
-frames $(WM_THIRD_PARTY_DIR)/coco-cpp/platforms/share/coco-cpp \
$$SOURCE -o $(OBJECTS_DIR) ; \
$(CC) $(c++FLAGS) -c $*.cpp -o $@
.atg.dep:
$(MAKE_DEP)