summaryrefslogtreecommitdiff
path: root/libs/evoral/MSVCevoral/evoral.vcproj
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-24 12:51:54 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-24 12:51:54 +0000
commit25745758aa875de4b4e4d6401441b8318ef5365d (patch)
tree85e6c09867dbc55fe3b82d15365c33ac4c49599e /libs/evoral/MSVCevoral/evoral.vcproj
parent7b3263891fdb243a4f3b70b1a5eeb87bd78f6bc1 (diff)
Changes needed to accommodate building libevoral with MSVC
Note that class 'MusicalTime' needn't be exportable (with a little work, this could be reverted if it affects the other builds)
Diffstat (limited to 'libs/evoral/MSVCevoral/evoral.vcproj')
-rw-r--r--libs/evoral/MSVCevoral/evoral.vcproj13
1 files changed, 9 insertions, 4 deletions
diff --git a/libs/evoral/MSVCevoral/evoral.vcproj b/libs/evoral/MSVCevoral/evoral.vcproj
index 681aea6de8..41ebb20390 100644
--- a/libs/evoral/MSVCevoral/evoral.vcproj
+++ b/libs/evoral/MSVCevoral/evoral.vcproj
@@ -181,6 +181,7 @@
>
<Tool
Name="VCPreBuildEventTool"
+ CommandLine="copy /Y &quot;..\src\Note.cpp&quot; &quot;..\src\Note.impl&quot;&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
@@ -283,10 +284,6 @@
>
</File>
<File
- RelativePath="..\src\IdentityConverter.cpp"
- >
- </File>
- <File
RelativePath="..\src\midi_util.cpp"
>
</File>
@@ -302,6 +299,14 @@
RelativePath="..\src\SMF.cpp"
>
</File>
+ <File
+ RelativePath="..\src\TimeConverter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\types.cpp"
+ >
+ </File>
<Filter
Name="libsmf"
>