frameworks

This commit is contained in:
David Rose 2006-03-10 01:08:31 +00:00
parent f4c996c0b9
commit 93a06490bf
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@
// And $[libs] is the set of libraries we will link with.
#defer libs $[unique $[actual_local_libs:%=%$[dllext]] $[patsubst %:m,,%:c %,%$[dllext],$[OTHER_LIBS]] $[get_libs]]
// And $[frameworks] is the set of OSX-style frameworks we will link with.
#defer frameworks $[get_frameworks]
// This is the set of files we might copy into *.prebuilt, if we have
// bison and flex (or copy from *.prebuilt if we don't have them).
#define bison_prebuilt $[patsubst %.yxx,%.cxx %.h,$[yxx_st_sources]] $[patsubst %.lxx,%.cxx,$[lxx_st_sources]]