fixes
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@133 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-05-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/track_container.cpp:
|
||||
added missing #include (debug.h for assert(...) )
|
||||
|
||||
2006-04-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/flp_import/unrtf/output.c:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.1.4-cvs20060419, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060419)
|
||||
AC_INIT(lmms, 0.1.4-cvs20060519, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060519)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
@@ -423,7 +423,8 @@ lmmsdatadir="$datadir/$PACKAGE"
|
||||
AC_SUBST(lmmsdatadir)
|
||||
|
||||
|
||||
# CXXFLAGS="$CXXFLAGS -g0"
|
||||
#CFLAGS="$CXXFLAGS -g -O2"
|
||||
#CXXFLAGS="$CXXFLAGS -g -O2"
|
||||
if test $CXX == "g++" ; then
|
||||
CXXFLAGS="$CXXFLAGS -ansi -Wall -fno-exceptions"
|
||||
fi
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
#include "arp_and_chords_tab_widget.h"
|
||||
#include "tempo_sync_knob.h"
|
||||
#include "piano_widget.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
#ifdef QT4
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
#include "instrument.h"
|
||||
#include "rubberband.h"
|
||||
#include "project_journal.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
trackContainer::trackContainer( engine * _engine ) :
|
||||
|
||||
Reference in New Issue
Block a user