mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
INCLUDED_SOURCES
This commit is contained in:
parent
0543ab899a
commit
a508ef4867
@ -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 \
|
||||
|
11
direct/src/plugin_activex/p3dactivex_composite1.cxx
Executable file
11
direct/src/plugin_activex/p3dactivex_composite1.cxx
Executable file
@ -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"
|
Loading…
x
Reference in New Issue
Block a user