Skip to content

Commit

Permalink
Re-home WDL to match the WDL git repository: WDL\WDL. DEVS: you need …
Browse files Browse the repository at this point in the history
…to move your WDL as follows:

yourDevRoot\sws\...
yourDevRoot\WDL\WDL\...
  • Loading branch information
swstim committed Apr 3, 2017
1 parent 7b120d8 commit 437d7d0
Show file tree
Hide file tree
Showing 33 changed files with 433 additions and 431 deletions.
2 changes: 1 addition & 1 deletion Autorender/Autorender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "../reaper/localize.h"
#include "../SnM/SnM_Dlg.h"
#include "../Prompt.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"

#define TAGLIB_STATIC
#define TAGLIB_NO_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion Breeder/BR_EnvelopeUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "stdafx.h"
#include "BR_EnvelopeUtil.h"
#include "BR_Util.h"
#include "../../WDL/lice/lice_bezier.h"
#include "WDL/lice/lice_bezier.h"
#include "../reaper/localize.h"

/******************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions Breeder/BR_Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#include "../SnM/SnM_Dlg.h"
#include "../SnM/SnM_Util.h"
#include "../reaper/localize.h"
#include "../../WDL/jnetlib/jnetlib.h"
#include "../../WDL/jnetlib/httpget.h"
#include "WDL/jnetlib/jnetlib.h"
#include "WDL/jnetlib/httpget.h"

/******************************************************************************
* Constants *
Expand Down
6 changes: 3 additions & 3 deletions Breeder/BR_Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#include "../SnM/SnM_Dlg.h"
#include "../SnM/SnM_Item.h"
#include "../SnM/SnM_Util.h"
#include "../../WDL/lice/lice.h"
#include "../../WDL/lice/lice_bezier.h"
#include "../../WDL/projectcontext.h"
#include "WDL/lice/lice.h"
#include "WDL/lice/lice_bezier.h"
#include "WDL/projectcontext.h"

/******************************************************************************
* Constants *
Expand Down
4 changes: 2 additions & 2 deletions BuildUtils/MakeWhatsNew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "../../WDL/ptrlist.h"
#include "../../WDL/wdlstring.h"
#include "WDL/ptrlist.h"
#include "WDL/wdlstring.h"

class IntStack
{
Expand Down
2 changes: 1 addition & 1 deletion Color/Autocolor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "../SnM/SnM_Marker.h"
#include "../SnM/SnM_Util.h"
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"

#define PRI_UP_MSG 0x10000
#define PRI_DOWN_MSG 0x10001
Expand Down
2 changes: 1 addition & 1 deletion Fingers/GrooveDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "FNG_Settings.h"
#include "RprException.h"
#include "../reaper/localize.h"
#include "../../WDL/dirscan.h"
#include "WDL/dirscan.h"

#ifndef PATH_SEP
#ifdef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion Fingers/RprMidiTake.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "../reaper/localize.h"
#include "../../WDL/ptrlist.h"
#include "WDL/ptrlist.h"

#include <algorithm>

Expand Down
2 changes: 1 addition & 1 deletion MarkerList/MarkerList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "stdafx.h"
#include "../reaper/localize.h"
#include "../SnM/SnM_Dlg.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"
#include "MarkerListClass.h"
#include "MarkerList.h"
#include "MarkerListActions.h"
Expand Down
2 changes: 1 addition & 1 deletion MarkerList/MarkerListClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "stdafx.h"
#include "../Utility/SectionLock.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"
#include "../reaper/localize.h"
#include "MarkerListClass.h"
#include "MarkerListActions.h"
Expand Down
2 changes: 1 addition & 1 deletion Misc/Misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "RecCheck.h"
#include "TrackParams.h"
#include "TrackSel.h"
#include "Zoom.h"
#include "../Zoom.h"
#include "Misc.h"

void MiscSlice()
Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "SnM_Track.h"
#include "SnM_Util.h"
#include "SnM_Window.h"
#include "version.h"
#include "../version.h"
#include "../reaper/localize.h"


Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_CueBuss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "SnM_Track.h"
#include "SnM_Util.h"
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


HWND g_cueBussHwnd = NULL;
Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_Cyclactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "../Console/Console.h"
#include "../IX/IX.h"
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"

#define CA_WND_ID "SnMCyclaction"

Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_LiveConfigs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "../url.h"
#include "../reaper/localize.h"
#include "../Prompt.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


#define LIVECFG_WND_ID "SnMLiveConfigs"
Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_Notes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include "SnM_Util.h"
#include "SnM_Window.h"
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


#define NOTES_WND_ID "SnMNotesHelp"
Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_RegionPlaylist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "SnM_Util.h"
#include "../Prompt.h"
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


#define RGNPL_WND_ID "SnMRgnPlaylist"
Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_Resources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "../DragDrop.h"
#endif
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


#define RES_WND_ID "SnMResources"
Expand Down
2 changes: 1 addition & 1 deletion SnM/SnM_Track.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "SnM_Routing.h"
#include "SnM_Track.h"
#include "SnM_Util.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


///////////////////////////////////////////////////////////////////////////////
Expand Down
4 changes: 2 additions & 2 deletions SnM/SnM_Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include "SnM_Chunk.h"
#include "SnM_Util.h"
#include "../reaper/localize.h"
#include "../../WDL/sha.h"
#include "../../WDL/projectcontext.h"
#include "WDL/sha.h"
#include "WDL/projectcontext.h"


///////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion Snapshots/SnapshotClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


#include "stdafx.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"
#include "../reaper/localize.h"
#include "../Utility/Base64.h"
#include "SnapshotClass.h"
Expand Down
2 changes: 1 addition & 1 deletion Snapshots/Snapshots.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "SnapshotMerge.h"
#include "../Prompt.h"
#include "../reaper/localize.h"
#include "../../WDL/projectcontext.h"
#include "WDL/projectcontext.h"


#define SNAP_OPTIONS_KEY "Snapshot Options"
Expand Down
2 changes: 1 addition & 1 deletion Xenakios/MoreItemCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "../SnM/SnM_Dlg.h"
#include "../SnM/SnM_Util.h"
#include "../reaper/localize.h"
#include "../../WDL/MersenneTwister.h"
#include "WDL/MersenneTwister.h"

using namespace std;

Expand Down
6 changes: 3 additions & 3 deletions reaper/icontheme.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/************************************************
** Copyright (C) 2006-2012, Cockos Incorporated
*/
*/

#ifndef _ICONTHEME_
#define _ICONTHEME_

#include "../../WDL/lice/lice.h"
#include "../../WDL/wingui/virtwnd-skin.h"
#include "WDL/lice/lice.h"
#include "WDL/wingui/virtwnd-skin.h"


typedef struct
Expand Down
4 changes: 2 additions & 2 deletions reaper/reaper_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef double ReaSample;
#define REAPER_PLUGIN_HINSTANCE HINSTANCE

#else
#include "../../WDL/swell/swell.h"
#include "WDL/swell/swell.h"
#include <pthread.h>

#define REAPER_PLUGIN_DLL_EXPORT __attribute__((visibility("default")))
Expand Down Expand Up @@ -153,7 +153,7 @@ typedef struct reaper_plugin_info_t


/****************************************************************************************
**** interface for plugin objects to save/load state. they should use ../WDL/LineParser.h too...
**** interface for plugin objects to save/load state. they should use WDL/LineParser.h too...
***************************************************************************************/

// ProjectStateContext tempflags meaning for &0xFFFF
Expand Down
2 changes: 1 addition & 1 deletion reaper/sws_rpf_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ REAPER_EXTRA_API_DECL bool (*OnColorThemeOpenFile)(const char*);

// Avoid LICE collisions
#define REAPERAPI_NO_LICE
#include "../../WDL/lice/lice.h"
#include "WDL/lice/lice.h"

#include "reaper_plugin_functions.h"

Expand Down
Loading

0 comments on commit 437d7d0

Please sign in to comment.