comparison Makefile.gen @ 388:015f2da65841

Add edview to the build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Oct 2012 20:11:34 +0300
parents ccb6e5108953
children fc9b476c46de
comparison
equal deleted inserted replaced
387:e4aad59fb407 388:015f2da65841
21 endif 21 endif
22 endif 22 endif
23 23
24 EDITOR_PRO = editor.pro 24 EDITOR_PRO = editor.pro
25 EDITOR_MAKEFILE = Makefile.editor 25 EDITOR_MAKEFILE = Makefile.editor
26 EDITOR_SOURCES = edmain.cpp edgui.cpp edtlobj.cpp edtimeline.cpp edwaveform.cpp 26 EDITOR_SOURCES = edmain.cpp edgui.cpp edview.cpp edtlobj.cpp edtimeline.cpp edwaveform.cpp
27 EDITOR_HEADERS = edmain.h edtlobj.h edtimeline.h edwaveform.h 27 EDITOR_HEADERS = edmain.h edtlobj.h edview.h edtimeline.h edwaveform.h
28 28
29 29
30 ### 30 ###
31 ### Form additional compilation defines based on settings 31 ### Form additional compilation defines based on settings
32 ### 32 ###