1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

Fix module builds for latest trunk

This also converts the module project files to VS2013
This commit is contained in:
lllucius
2014-10-26 19:17:03 +00:00
parent 96d108f5d5
commit 22c7c0a4f6
16 changed files with 468 additions and 620 deletions

View File

@@ -30,7 +30,7 @@ click from the menu into the actual function to be called.
#include "Audacity.h"
#include "ShuttleGui.h"
#include "Project.h"
#include "LoadModules.h"
#include "ModuleManager.h"
#include "Registrar.h"
#include "TrackPanel2.h"