Update of /cvsroot/audacity/audacity-src/src/commands
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10910/src/commands

Modified Files:
        CommandBuilder.cpp CommandTargets.h ScreenshotCommand.cpp 
Log Message:
Restore buildability on VS9

Index: CommandTargets.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/commands/CommandTargets.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CommandTargets.h    2 Jul 2009 22:03:24 -0000       1.1
+++ CommandTargets.h    3 Jul 2009 00:00:12 -0000       1.2
@@ -22,7 +22,7 @@
 #include <wx/string.h>
 #include <wx/msgdlg.h>
 #include <wx/statusbr.h>
-#include "widgets/ProgressDialog.h"
+#include "../widgets/ProgressDialog.h"
 
 /// Interface for objects that can receive command progress information
 class CommandProgressTarget

Index: CommandBuilder.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/commands/CommandBuilder.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CommandBuilder.cpp  2 Jul 2009 22:03:24 -0000       1.3
+++ CommandBuilder.cpp  3 Jul 2009 00:00:12 -0000       1.4
@@ -29,7 +29,7 @@
 #include "DebugPrintCommand.h"
 #include "BatchEvalCommand.h"
 #include "ScreenshotCommand.h"
-#include "Shuttle.h"
+#include "../Shuttle.h"
 
 CommandBuilder::CommandBuilder(const wxString &cmdString)
 : mValid(false), mCommand(NULL)

Index: ScreenshotCommand.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/commands/ScreenshotCommand.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ScreenshotCommand.cpp       2 Jul 2009 22:03:24 -0000       1.1
+++ ScreenshotCommand.cpp       3 Jul 2009 00:00:12 -0000       1.2
@@ -16,7 +16,7 @@
 *//*******************************************************************/
 
 #include "ScreenshotCommand.h"
-#include "AudacityApp.h"
+#include "../AudacityApp.h"
 #include "../Project.h"
 #include <wx/toplevel.h>
 #include <wx/dcscreen.h>
@@ -24,18 +24,18 @@
 #include <wx/settings.h>
 #include <wx/bitmap.h>
 
-#include "TrackPanel.h"
-#include "toolbars/ToolManager.h"
-#include "toolbars/ToolBar.h"
-#include "toolbars/ControlToolBar.h"
-#include "toolbars/DeviceToolBar.h"
-#include "toolbars/EditToolBar.h"
-#include "toolbars/MeterToolBar.h"
-#include "toolbars/MixerToolBar.h"
-#include "toolbars/SelectionBar.h"
-#include "toolbars/ToolsToolBar.h"
-#include "toolbars/TranscriptionToolBar.h"
-#include "widgets/Ruler.h"
+#include "../TrackPanel.h"
+#include "../toolbars/ToolManager.h"
+#include "../toolbars/ToolBar.h"
+#include "../toolbars/ControlToolBar.h"
+#include "../toolbars/DeviceToolBar.h"
+#include "../toolbars/EditToolBar.h"
+#include "../toolbars/MeterToolBar.h"
+#include "../toolbars/MixerToolBar.h"
+#include "../toolbars/SelectionBar.h"
+#include "../toolbars/ToolsToolBar.h"
+#include "../toolbars/TranscriptionToolBar.h"
+#include "../widgets/Ruler.h"
 
 wxTopLevelWindow *ScreenshotCommand::GetFrontWindow(AudacityProject *project)
 {


------------------------------------------------------------------------------
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to