mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Build windows plug-in with MFC
This commit is contained in:
parent
ddbb409eac
commit
9e1d1146b8
@ -364,7 +364,7 @@ if not IsCustomOutputDir():
|
|||||||
|
|
||||||
if (RUNTIME):
|
if (RUNTIME):
|
||||||
for pkg in PkgListGet():
|
for pkg in PkgListGet():
|
||||||
if pkg in ["GTK2"]:
|
if pkg in ["GTK2", "MFC"]:
|
||||||
# Optional package(s) for runtime.
|
# Optional package(s) for runtime.
|
||||||
pass
|
pass
|
||||||
elif pkg in ["OPENSSL", "ZLIB"]:
|
elif pkg in ["OPENSSL", "ZLIB"]:
|
||||||
@ -769,8 +769,8 @@ if (COMPILER=="GCC"):
|
|||||||
elif not PkgSkip("X11"):
|
elif not PkgSkip("X11"):
|
||||||
LibDirectory("ALWAYS", "/usr/X11R6/lib")
|
LibDirectory("ALWAYS", "/usr/X11R6/lib")
|
||||||
|
|
||||||
if (RUNTIME):
|
if RUNTIME:
|
||||||
# For the runtime, all packages are required
|
# For the runtime, these packages are required
|
||||||
for pkg in ["OPENSSL", "ZLIB"]:
|
for pkg in ["OPENSSL", "ZLIB"]:
|
||||||
skips = []
|
skips = []
|
||||||
if (pkg in PkgListGet() and PkgSkip(pkg)==1):
|
if (pkg in PkgListGet() and PkgSkip(pkg)==1):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user