Skip to content

Commit

Permalink
trainerproc: Parse line markers (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgriffin committed Aug 8, 2024
1 parent 6bbc060 commit a5e0738
Show file tree
Hide file tree
Showing 3 changed files with 12,492 additions and 12,481 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ sound/%.bin: sound/%.aif ; $(AIF) $< $@

COMPETITIVE_PARTY_SYNTAX := $(shell PATH="$(PATH)"; echo 'COMPETITIVE_PARTY_SYNTAX' | $(CPP) $(CPPFLAGS) -imacros include/global.h | tail -n1)
ifeq ($(COMPETITIVE_PARTY_SYNTAX),1)
%.h: %.party tools ; $(CPP) $(CPPFLAGS) -traditional-cpp - < $< | sed '/#[^p]/d' | $(TRAINERPROC) -o $@ -i $< -
%.h: %.party tools ; $(CPP) $(CPPFLAGS) -traditional-cpp - < $< | $(TRAINERPROC) -o $@ -i $< -
endif

ifeq ($(MODERN),0)
Expand Down
Loading

0 comments on commit a5e0738

Please sign in to comment.