From bd58f27ba812df6af8ae873afc3e3760ff8212bf Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 16 Sep 2009 01:13:14 +0000 Subject: [PATCH] don't need stdafx files --- direct/src/plugin_activex/Sources.pp | 6 ++---- direct/src/plugin_activex/p3dactivex_composite1.cxx | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/direct/src/plugin_activex/Sources.pp b/direct/src/plugin_activex/Sources.pp index 5d7907d8de..bda37dd5bc 100755 --- a/direct/src/plugin_activex/Sources.pp +++ b/direct/src/plugin_activex/Sources.pp @@ -18,14 +18,12 @@ P3DActiveX.h P3DActiveXCtrl.h P3DActiveXPropPage.h \ PPBrowserObject.h PPDownloadCallback.h PPDownloadRequest.h \ PPInstance.h PPInterface.h PPLogger.h PPPandaObject.h \ - resource.h stdafx.h \ - P3DActiveX.idl + resource.h P3DActiveX.idl #define INCLUDED_SOURCES \ P3DActiveX.cpp P3DActiveXCtrl.cpp P3DActiveXPropPage.cpp \ PPBrowserObject.cpp PPDownloadCallback.cpp PPDownloadRequest.cpp \ - PPInstance.cpp PPInterface.cpp PPLogger.cpp PPPandaObject.cpp \ - stdafx.cpp + PPInstance.cpp PPInterface.cpp PPLogger.cpp PPPandaObject.cpp #define EXTRA_CDEFS _USRDLL _WINDLL _AFXDLL _MBCS #define WIN_RESOURCE_FILE P3DActiveX.rc diff --git a/direct/src/plugin_activex/p3dactivex_composite1.cxx b/direct/src/plugin_activex/p3dactivex_composite1.cxx index a366453997..c18e6d9bf4 100755 --- a/direct/src/plugin_activex/p3dactivex_composite1.cxx +++ b/direct/src/plugin_activex/p3dactivex_composite1.cxx @@ -8,4 +8,3 @@ #include "PPInterface.cpp" #include "PPLogger.cpp" #include "PPPandaObject.cpp" -#include "stdafx.cpp"