mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Commit patch by amdmi3
This commit is contained in:
parent
c16875f104
commit
dcc0d58c77
@ -372,6 +372,9 @@ else:
|
||||
##
|
||||
########################################################################
|
||||
|
||||
IncDirectory("ALWAYS", GetOutputDir()+"/tmp")
|
||||
IncDirectory("ALWAYS", GetOutputDir()+"/include")
|
||||
|
||||
if (COMPILER=="MSVC"):
|
||||
PkgDisable("X11")
|
||||
PkgDisable("XRANDR")
|
||||
@ -696,8 +699,6 @@ if (COMPILER=="LINUX"):
|
||||
|
||||
DefSymbol("ALWAYS", "MAKEPANDA", "")
|
||||
DefSymbol("WITHINPANDA", "WITHIN_PANDA", "1")
|
||||
IncDirectory("ALWAYS", GetOutputDir()+"/tmp")
|
||||
IncDirectory("ALWAYS", GetOutputDir()+"/include")
|
||||
if GetLinkAllStatic():
|
||||
DefSymbol("ALWAYS", "LINK_ALL_STATIC", "")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user