From c469fce770c276234c28ee62f1480db39ce49283 Mon Sep 17 00:00:00 2001 From: spx Date: Sun, 12 Dec 2010 19:27:56 +0000 Subject: [PATCH] Changed: MeasureScript now uses pre-compile header. --- Library/Library.vcproj | 16 ++++++++++++++++ Library/MeasureScript.cpp | 6 +----- Library/StdAfx.h | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Library/Library.vcproj b/Library/Library.vcproj index 9a4d367a..7e06c101 100644 --- a/Library/Library.vcproj +++ b/Library/Library.vcproj @@ -1206,6 +1206,22 @@ + + + + + + -#include -#include -#include - const char* g_strInitFunction = "Initialize"; const char* g_strUpdateFunction = "Update"; const char* g_strGetValueFunction = "GetValue"; diff --git a/Library/StdAfx.h b/Library/StdAfx.h index 27ed1089..00dfdc30 100644 --- a/Library/StdAfx.h +++ b/Library/StdAfx.h @@ -54,10 +54,10 @@ #include #include #include -#include #include #include #include +#include // RUNTIME #include