mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Oops, I had accidentally commented out OCX installation
This commit is contained in:
parent
43805f47bb
commit
9faeb08e57
@ -386,7 +386,7 @@ def makeInstaller():
|
||||
npapi = 'nppanda3d.dll'
|
||||
panda3d = 'panda3d.exe'
|
||||
panda3dw = 'panda3dw.exe'
|
||||
baseFiles = [npapi, panda3d, panda3dw]
|
||||
baseFiles = [ocx, npapi, panda3d, panda3dw]
|
||||
else:
|
||||
baseFiles = []
|
||||
|
||||
@ -551,7 +551,7 @@ def makeInstaller():
|
||||
CMD += '/DINSTALL_DIR="' + options.install_dir + '" '
|
||||
CMD += '/DLICENSE_FILE="' + options.license + '" '
|
||||
CMD += '/DOCX="' + ocx + '" '
|
||||
#CMD += '/DOCX_PATH="' + pluginFiles[ocx] + '" '
|
||||
CMD += '/DOCX_PATH="' + pluginFiles[ocx] + '" '
|
||||
CMD += '/DNPAPI="' + npapi + '" '
|
||||
CMD += '/DNPAPI_PATH="' + pluginFiles[npapi] + '" '
|
||||
CMD += '/DPANDA3D="' + panda3d + '" '
|
||||
|
Loading…
x
Reference in New Issue
Block a user