summaryrefslogtreecommitdiff
path: root/msvc32-fixup.pl
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-05-21 10:25:11 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2016-05-21 10:33:18 +0100
commitb0200b23f2b47d4f7617711c4f669a2fe6a5e557 (patch)
treebe61ac0a8ada4e3b14bb598a6287090b80bd9f72 /msvc32-fixup.pl
parent61f27819831c894620fb029bb302535a21903523 (diff)
Accommodate the fact that 'msvc_resources.rc.in' got moved to a new path
Diffstat (limited to 'msvc32-fixup.pl')
-rw-r--r--msvc32-fixup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc32-fixup.pl b/msvc32-fixup.pl
index c72a689889..43c42cdfc1 100644
--- a/msvc32-fixup.pl
+++ b/msvc32-fixup.pl
@@ -99,5 +99,5 @@ if ($command eq -buildall) {
process_file ("MSVCardour3/MSVCArdour3.vsprops");
process_file ("MSVCMixbus3/MSVCMixbus3.vsprops");
process_file ("MSVCvst_scan/vst_scan.rc");
- process_file ("icons/win32/msvc_resources.rc");
+ process_file ("gtk2_ardour/win32/msvc_resources.rc");
}