[commit] r2050 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Sep 11 09:23:39 CDT 2012


Author: ksmyth
Date: Tue Sep 11 09:23:38 2012
New Revision: 2050

Log:
Dont use SxS COM under _DEBUG

Modified:
   trunk/GME/Gme/GMEApp.cpp

Modified: trunk/GME/Gme/GMEApp.cpp
==============================================================================
--- trunk/GME/Gme/GMEApp.cpp	Tue Sep 11 09:23:29 2012	(r2049)
+++ trunk/GME/Gme/GMEApp.cpp	Tue Sep 11 09:23:38 2012	(r2050)
@@ -34,9 +34,11 @@
 #pragma comment(lib, "CrashRpt.lib")
 #endif
 
+#ifndef _DEBUG
 #pragma comment(linker, "\"/manifestdependency:type='win32' name='Core' version='1.0.0.0' language='*'\"")
 #pragma comment(linker, "\"/manifestdependency:type='win32' name='Meta' version='1.0.0.0' language='*'\"")
 #pragma comment(linker, "\"/manifestdependency:type='win32' name='Mga' version='1.0.0.0' language='*'\"")
+#endif
 
 #include "CrashTest.h"
 #include <Gdiplus.h>


More information about the gme-commit mailing list