More progress on de-std::-ifying the code
This commit is contained in:
parent
a28fc34394
commit
173bc86ea9
9 changed files with 92 additions and 81 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ DEMO = \
|
|||
IMGUI_OBJS = $(addprefix $(OUTDIR)/, $(addsuffix .o, $(basename $(IMGUI))))
|
||||
DEMO_OBJS = $(addprefix $(OUTDIR)/, $(addsuffix .o, $(basename $(DEMO))))
|
||||
OBJS = $(IMGUI_OBJS) $(DEMO_OBJS)
|
||||
LIBEBCL = $(OUTDIR)/libebcorelib.a
|
||||
LIBEBCL = $(OUTDIR)/ebcl/libebcorelib.a
|
||||
PCH=externals.hh.gch
|
||||
|
||||
DEMO_DEPS = $(DEMO_OBJS:$(OUTDIR)/%.o=$(OUTDIR)/%.d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue