[commit] r2093 - trunk/Install
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Oct 29 09:55:51 CDT 2012
Author: ksmyth
Date: Mon Oct 29 09:55:51 2012
New Revision: 2093
Log:
Fix install dir of CSGUI.dll
Modified:
trunk/Install/GME_bin.wxs
Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs Fri Oct 26 15:54:18 2012 (r2092)
+++ trunk/Install/GME_bin.wxs Mon Oct 29 09:55:51 2012 (r2093)
@@ -264,13 +264,10 @@
</Component>
</DirectoryRef>
- <DirectoryRef Id="INSTALLDIR">
+ <DirectoryRef Id="INSTALLDIR_BIN">
<Component>
<File Source="..\GME\CSGUI\bin\Release\CSGUI.dll" />
</Component>
- </DirectoryRef>
-
- <DirectoryRef Id="INSTALLDIR_BIN">
<Component Id="Meta.dll">
<File Id="Meta.dll" Name="Meta.dll" KeyPath="yes" Source="..\GME\$(var.Release)_PGO\Meta.dll">
<TypeLib Id="{0ADEEC71-D83A-11D3-B36B-005004D38590}" Description="MGA Meta Type Library" Language="0" MajorVersion="1" MinorVersion="0">
More information about the gme-commit
mailing list