Skip to content

Commit

Permalink
Commit patch by amdmi3
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and rdb committed Nov 1, 2011
1 parent c16875f commit dcc0d58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makepanda/makepanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ def parseopts(args):
##
########################################################################

IncDirectory("ALWAYS", GetOutputDir()+"/tmp")
IncDirectory("ALWAYS", GetOutputDir()+"/include")

if (COMPILER=="MSVC"):
PkgDisable("X11")
PkgDisable("XRANDR")
Expand Down Expand Up @@ -696,8 +699,6 @@ def parseopts(args):

DefSymbol("ALWAYS", "MAKEPANDA", "")
DefSymbol("WITHINPANDA", "WITHIN_PANDA", "1")
IncDirectory("ALWAYS", GetOutputDir()+"/tmp")
IncDirectory("ALWAYS", GetOutputDir()+"/include")
if GetLinkAllStatic():
DefSymbol("ALWAYS", "LINK_ALL_STATIC", "")

Expand Down

0 comments on commit dcc0d58

Please sign in to comment.