]> git.saurik.com Git - apple/cf.git/blobdiff - Examples/plconvert.c
CF-1151.16.tar.gz
[apple/cf.git] / Examples / plconvert.c
index 6a2b81e17860cd08e2f5fe84b193847ad95c8c31..883413decc8124257a45b11d16a9e3b68ca2932b 100644 (file)
@@ -1,5 +1,8 @@
-// Mac OS X: llvm-gcc -F<path-to-CFLite-framework> -framework CoreFoundation Examples/plconvert.c -o plconvert
-
+// Mac OS X: clang -F<path-to-CFLite-framework> -framework CoreFoundation Examples/plconvert.c -o plconvert
+//  note: When running this sample, be sure to set the environment variable DYLD_FRAMEWORK_PATH to point to the directory containing your new version of CoreFoundation.
+//   e.g.
+//  DYLD_FRAMEWORK_PATH=/tmp/CF-Root ./plconvert <input> <output>
+// 
 // Linux: clang -I/usr/local/include -L/usr/local/lib -lCoreFoundation plconvert.c -o plconvert
 
 /*