[commit] r1965 - trunk/SDK/DecoratorLib
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jul 11 08:34:42 CDT 2012
Author: ksmyth
Date: Wed Jul 11 08:34:41 2012
New Revision: 1965
Log:
Allow using #import by dependent projects by putting imports into a new GmeApi.h, passing /I. to cl.exe, and using #include<GmeApi.h> instead of #include"
Modified:
trunk/SDK/DecoratorLib/DecoratorUtil.h
Modified: trunk/SDK/DecoratorLib/DecoratorUtil.h
==============================================================================
--- trunk/SDK/DecoratorLib/DecoratorUtil.h Tue Jul 10 18:32:51 2012 (r1964)
+++ trunk/SDK/DecoratorLib/DecoratorUtil.h Wed Jul 11 08:34:41 2012 (r1965)
@@ -15,7 +15,7 @@
#include <vector>
#include <map>
-#include "GmeApi.h"
+#include <GmeApi.h>
#include <DecoratorDefs.h>
More information about the gme-commit
mailing list