From a508ef486788cfe4b7ade946b793db34aa23aef7 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 15 Sep 2009 23:51:29 +0000 Subject: [PATCH] INCLUDED_SOURCES --- direct/src/plugin_activex/Sources.pp | 10 ++++------ direct/src/plugin_activex/p3dactivex_composite1.cxx | 11 +++++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100755 direct/src/plugin_activex/p3dactivex_composite1.cxx diff --git a/direct/src/plugin_activex/Sources.pp b/direct/src/plugin_activex/Sources.pp index 75ffdcb978..ac543fc7a2 100755 --- a/direct/src/plugin_activex/Sources.pp +++ b/direct/src/plugin_activex/Sources.pp @@ -11,19 +11,17 @@ #define LOCAL_LIBS plugin_common -// #define COMBINED_SOURCES \ -// $[TARGET]_composite1.cxx + #define COMBINED_SOURCES \ + $[TARGET]_composite1.cxx #define SOURCES \ P3DActiveX.h P3DActiveXCtrl.h P3DActiveXPropPage.h P3DActiveXidl.h \ PPBrowserObject.h PPDownloadCallback.h PPDownloadRequest.h \ PPInstance.h PPInterface.h PPLogger.h PPPandaObject.h \ - resource.h stdafx.h - - #define SOURCES $[SOURCES] \ + resource.h stdafx.h \ P3DActiveX.idl - #define SOURCES $[SOURCES] \ + #define INCLUDED_SOURCES \ P3DActiveX.cpp P3DActiveXCtrl.cpp P3DActiveXPropPage.cpp \ PPBrowserObject.cpp PPDownloadCallback.cpp PPDownloadRequest.cpp \ PPInstance.cpp PPInterface.cpp PPLogger.cpp PPPandaObject.cpp \ diff --git a/direct/src/plugin_activex/p3dactivex_composite1.cxx b/direct/src/plugin_activex/p3dactivex_composite1.cxx new file mode 100755 index 0000000000..a366453997 --- /dev/null +++ b/direct/src/plugin_activex/p3dactivex_composite1.cxx @@ -0,0 +1,11 @@ +#include "P3DActiveX.cpp" +#include "P3DActiveXCtrl.cpp" +#include "P3DActiveXPropPage.cpp" +#include "PPBrowserObject.cpp" +#include "PPDownloadCallback.cpp" +#include "PPDownloadRequest.cpp" +#include "PPInstance.cpp" +#include "PPInterface.cpp" +#include "PPLogger.cpp" +#include "PPPandaObject.cpp" +#include "stdafx.cpp"