mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
wx-config for linux
This commit is contained in:
parent
0bee045806
commit
57060ca789
@ -360,6 +360,7 @@
|
||||
#define WX_CFLAGS $[filter-out -I%,$[cflags]]
|
||||
#define WX_IPATH $[unique $[patsubst -I%,%,$[filter -I%,$[cflags]]]]
|
||||
#define WX_LPATH $[unique $[patsubst -L%,%,$[filter -L%,$[libs]]]]
|
||||
#define WX_LFLAGS $[filter-out -l%,$[libs]]
|
||||
#define WX_LIBS $[patsubst -l%,%,$[filter -l%,$[libs]]]
|
||||
#endif
|
||||
|
||||
|
@ -353,6 +353,7 @@
|
||||
#define wx_ipath $[wildcard $[WX_IPATH]]
|
||||
#define wx_lpath $[wildcard $[WX_LPATH]]
|
||||
#define wx_cflags $[WX_CFLAGS]
|
||||
#define wx_lflags $[WX_LFLAGS]
|
||||
#define wx_libs $[WX_LIBS]
|
||||
#define wx_framework $[WX_FRAMEWORK]
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user