[commit] r1392 - trunk/GME/PartBrowser
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Jun 28 17:03:31 CDT 2011
Author: ksmyth
Date: Tue Jun 28 17:03:31 2011
New Revision: 1392
Log:
Import tlbs so build doesnt depend on dlls
Modified:
trunk/GME/PartBrowser/stdafx.cpp
Modified: trunk/GME/PartBrowser/stdafx.cpp
==============================================================================
--- trunk/GME/PartBrowser/stdafx.cpp Tue Jun 28 11:02:11 2011 (r1391)
+++ trunk/GME/PartBrowser/stdafx.cpp Tue Jun 28 17:03:31 2011 (r1392)
@@ -4,8 +4,8 @@
#include "stdafx.h"
-#import "Meta.dll" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "Mga.dll" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "GME.exe" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaUtil.dll" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MetaLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "GMELib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaUtilLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
More information about the gme-commit
mailing list