Browse Source

frameworks

David Rose 20 years ago
parent
commit
93a06490bf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/pptempl/Template.unix.pp

+ 3 - 0
dtool/pptempl/Template.unix.pp

@@ -121,6 +121,9 @@
 // And $[libs] is the set of libraries we will link with.
 // 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]]
 #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
 // 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).
 // 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]]
 #define bison_prebuilt $[patsubst %.yxx,%.cxx %.h,$[yxx_st_sources]] $[patsubst %.lxx,%.cxx,$[lxx_st_sources]]