|
From: <pst...@us...> - 2008-04-19 23:23:04
|
Revision: 466
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=466&view=rev
Author: pstieber
Date: 2008-04-19 16:22:59 -0700 (Sat, 19 Apr 2008)
Log Message:
-----------
Added KeyOnDialog.cpp/.h and StringUtilities.cpp/.h and fixed a typo by replacing
cpp with h.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2008-04-19 23:21:32 UTC (rev 465)
+++ trunk/jazz/src/Makefile.am 2008-04-19 23:22:59 UTC (rev 466)
@@ -18,6 +18,7 @@
DeprecatedWx/prop.cpp \
DeprecatedWx/propform.cpp \
DeprecatedWx/proplist.cpp \
+Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
Dialogs/SynthesizerSettingsDialog.cpp \
Dialogs.cpp \
@@ -72,6 +73,7 @@
Song.cpp \
StandardFile.cpp \
StringReadWrite.cpp \
+StringUtilities.cpp \
Synth.cpp \
ToolBar.cpp \
Track.cpp \
@@ -94,7 +96,8 @@
DeprecatedWx/propform.h \
DeprecatedWx/proplist.h \
DeprecatedStringUtils.h \
-Dialogs/MetronomeSettingsDialog.cpp \
+Dialogs/KeyOnDialog.h \
+Dialogs/MetronomeSettingsDialog.h \
Dialogs/SynthesizerSettingsDialog.h \
Dialogs.h \
DynamicArray.h \
@@ -150,6 +153,7 @@
Song.h \
StandardFile.h \
StringReadWrite.h \
+StringUtilities.h \
Synth.h \
ToolBar.h \
TrackFrame.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|