This commit is contained in:
rdb 2010-01-07 11:10:05 +00:00
parent 47d95f6019
commit 300967a061

View File

@ -3558,6 +3558,7 @@ if (RUNTIME and sys.platform.startswith("win")):
# #
if (RUNTIME or RTDIST): if (RUNTIME or RTDIST):
OPTS=['DIR:direct/src/plugin_standalone', 'RUNTIME', 'TINYXML', 'OPENSSL']
TargetAdd('plugin_standalone_panda3dBase.obj', opts=OPTS, input='panda3dBase.cxx') TargetAdd('plugin_standalone_panda3dBase.obj', opts=OPTS, input='panda3dBase.cxx')
if (RUNTIME): if (RUNTIME):