comparison Makefile.gen @ 403:d34922e6a244

Even more work towards the editor.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 19 Oct 2012 21:52:16 +0300
parents fc9b476c46de
children 59244a7ae37f
comparison
equal deleted inserted replaced
402:0f290af63fc1 403:d34922e6a244
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 edview.cpp edtlobj.cpp edtimeline.cpp edwaveform.cpp 26 EDITOR_SOURCES = edmain.cpp edgui.cpp edview.cpp edtlobj.cpp edtimeline.cpp edwaveform.cpp edres.cpp
27 EDITOR_HEADERS = edmain.h edtlobj.h edview.h edtimeline.h edwaveform.h 27 EDITOR_HEADERS = edmain.h edtlobj.h edview.h edtimeline.h edwaveform.h edres.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 ###