wx-config for linux

This commit is contained in:
David Rose 2009-09-17 18:42:18 +00:00
parent 0bee045806
commit 57060ca789
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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