[Mobies-commit] [commit] r4129 - UDM/trunk/src/UdmGme
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Oct 11 10:10:59 CDT 2012
Author: ksmyth
Date: Thu Oct 11 10:10:58 2012
New Revision: 4129
Log:
Fix intellisens workaround path
Modified:
UDM/trunk/src/UdmGme/CommonHeaders.h
Modified: UDM/trunk/src/UdmGme/CommonHeaders.h
==============================================================================
--- UDM/trunk/src/UdmGme/CommonHeaders.h Thu Oct 11 10:10:48 2012 (r4128)
+++ UDM/trunk/src/UdmGme/CommonHeaders.h Thu Oct 11 10:10:58 2012 (r4129)
@@ -32,13 +32,13 @@
#ifdef _DEBUG
// If IntelliSense reports "Cannot open source file", compile then reopen the project
// KMS: VS intellisense has a hard time loading from typelib GUID. This fixes it:
-#include "C:\Users\ksmyth\git\UDM\Build\Win32\VC10\Debug\obj\src\UdmGme\Core.tlh"
-#include "C:\Users\ksmyth\git\UDM\Build\Win32\VC10\Debug\obj\src\UdmGme\Mga.tlh"
-#include "C:\Users\ksmyth\git\UDM\Build\Win32\VC10\Debug\obj\src\UdmGme\Meta.tlh"
+#include "K:\git\UDM\Build\Win32\v100\Debug\obj\src\UdmGme\Core.tlh"
+#include "K:\git\UDM\Build\Win32\v100\Debug\obj\src\UdmGme\Mga.tlh"
+#include "K:\git\UDM\Build\Win32\v100\Debug\obj\src\UdmGme\Meta.tlh"
#else
-#include "C:\Users\ksmyth\git\UDM\Build\Win32\VC10\Release\obj\src\UdmGme\Core.tlh"
-#include "C:\Users\ksmyth\git\UDM\Build\Win32\VC10\Release\obj\src\UdmGme\Mga.tlh"
-#include "C:\Users\ksmyth\git\UDM\Build\Win32\VC10\Release\obj\src\UdmGme\Meta.tlh"
+#include "K:\git\UDM\Build\Win32\v100\Release\obj\src\UdmGme\Core.tlh"
+#include "K:\git\UDM\Build\Win32\v100\Release\obj\src\UdmGme\Mga.tlh"
+#include "K:\git\UDM\Build\Win32\v100\Release\obj\src\UdmGme\Meta.tlh"
#endif
#endif
More information about the Mobies-commit
mailing list