[commit] r1921 - trunk/GME/Meta

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri May 4 11:24:13 CDT 2012


Author: ksmyth
Date: Fri May  4 11:24:13 2012
New Revision: 1921

Log:
Fix Core dependency

Modified:
   trunk/GME/Meta/Meta.cpp
   trunk/GME/Meta/Meta.dll.manifest

Modified: trunk/GME/Meta/Meta.cpp
==============================================================================
--- trunk/GME/Meta/Meta.cpp	Fri May  4 11:24:02 2012	(r1920)
+++ trunk/GME/Meta/Meta.cpp	Fri May  4 11:24:13 2012	(r1921)
@@ -35,8 +35,6 @@
 #include "MgaMetaEnumItem.h"
 #include "MgaMetaConstraint.h"
 
-#pragma comment(linker, "\"/manifestdependency:type='win32' name='Core' version='1.0.0.0' language='*'\"")
-
 CComModule _Module;
 
 BEGIN_OBJECT_MAP(ObjectMap)

Modified: trunk/GME/Meta/Meta.dll.manifest
==============================================================================
--- trunk/GME/Meta/Meta.dll.manifest	Fri May  4 11:24:02 2012	(r1920)
+++ trunk/GME/Meta/Meta.dll.manifest	Fri May  4 11:24:13 2012	(r1921)
@@ -2,6 +2,12 @@
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
   <assemblyIdentity type="win32" name="Meta" version="1.0.0.0" />
 
+  <dependency>
+    <dependentAssembly>
+      <assemblyIdentity type="win32" name="Core" version="1.0.0.0" language="*"></assemblyIdentity>
+    </dependentAssembly>
+  </dependency>
+
   <file name="Meta.dll" hashalg="SHA1">
     <comClass clsid="{83BA323E-B758-11D3-ABAE-000000000000}" tlbid="{0ADEEC71-D83A-11D3-B36B-005004D38590}" description="MgaMetaRegNode Class" threadingModel="Apartment"/>
     <comClass clsid="{83BA3242-B758-11D3-ABAE-000000000000}" tlbid="{0ADEEC71-D83A-11D3-B36B-005004D38590}" description="MgaMetaConstraint Class" threadingModel="Apartment"/>


More information about the gme-commit mailing list