summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-30 20:38:44 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-30 20:40:05 +0200
commit9353a1ccb3100a20a58c40f98d10e8a6e38230cc (patch)
tree65337ea475283a5103f3ea8fa50983423e4946b9 /makefile
parentc95d9c0ec3afb1952e51324125b6891be6a81a13 (diff)
Compressed internal layouts [David Haywood]
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index f9f6c2f4032..c8673db1e24 100644
--- a/makefile
+++ b/makefile
@@ -1436,9 +1436,9 @@ $(GENDIR)/includes/SDL2:
-$(call MKDIR,$@)
-$(call COPY,3rdparty/SDL2/include/,$(GENDIR)/includes/SDL2)
-$(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/file2str.py | $(GEN_FOLDERS)
- @echo Converting $<...
- $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ layout_$(basename $(notdir $<))
+$(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/complay.py | $(GEN_FOLDERS)
+ @echo Compressing $<...
+ $(SILENT)$(PYTHON) scripts/build/complay.py $< $@ layout_$(basename $(notdir $<))
$(SRC)/devices/cpu/m68000/m68kops.cpp: $(SRC)/devices/cpu/m68000/m68k_in.cpp $(SRC)/devices/cpu/m68000/m68kmake.cpp
ifeq ($(TARGETOS),asmjs)