comparison Makefile.gen @ 374:097b537fa957

Add demo obj.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Oct 2012 01:47:43 +0300
parents 7e640b1f990b
children 40e33ad0d153
comparison
equal deleted inserted replaced
371:56bd2693472f 374:097b537fa957
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 edtimeline.cpp edwaveform.cpp 26 EDITOR_SOURCES = edmain.cpp edgui.cpp eddemoobj.cpp edtimeline.cpp edwaveform.cpp
27 EDITOR_HEADERS = edmain.h edtimeline.h edwaveform.h 27 EDITOR_HEADERS = edmain.h eddemoobj.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 ###