UI - Refactoring progress
(see previous log message)
This commit is contained in:
parent
942b6f239a
commit
c8b673c51a
9 changed files with 36 additions and 459 deletions
4
Makefile
4
Makefile
|
@ -21,7 +21,6 @@ COMMON = \
|
|||
camera.cc \
|
||||
\
|
||||
filewatcher.cc \
|
||||
window.cc \
|
||||
globals.cc \
|
||||
profiling.cc \
|
||||
shaders.cc \
|
||||
|
@ -47,6 +46,7 @@ COMMON = \
|
|||
ui-sequencer.cc \
|
||||
ui-sync.cc \
|
||||
ui-utilities.cc \
|
||||
ui-app.cc \
|
||||
# END COMMON
|
||||
|
||||
DEMO = \
|
||||
|
@ -147,7 +147,7 @@ $(PCH): externals.hh
|
|||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
$(OUTDIR)/window.o: window.cc $(OUTDIR)/font-awesome.inl
|
||||
$(OUTDIR)/ui-app.o: ui-app.cc $(OUTDIR)/font-awesome.inl
|
||||
|
||||
$(OUTDIR)/font-awesome.inl: 3rdparty/font-awesome/fonts/fontawesome-webfont.ttf $(OUTDIR)/font-to-c
|
||||
$(OUTDIR)/font-to-c -base85 3rdparty/font-awesome/fonts/fontawesome-webfont.ttf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue