[llvm-commits] CVS: llvm/projects/sample/lib/sample/Makefile

Robert L. Bocchino Jr. bocchino at persephone.cs.uiuc.edu
Fri Jan 6 14:51:49 PST 2006



Changes in directory llvm/projects/sample/lib/sample:

Makefile updated: 1.5 -> 1.6
---
Log message:

Fixed Makefile so it does, indeed, build a dynamic library.


---
Diffs of the changes:  (+2 -1)

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/projects/sample/lib/sample/Makefile
diff -u llvm/projects/sample/lib/sample/Makefile:1.5 llvm/projects/sample/lib/sample/Makefile:1.6
--- llvm/projects/sample/lib/sample/Makefile:1.5	Sat Oct 23 10:30:30 2004
+++ llvm/projects/sample/lib/sample/Makefile	Fri Jan  6 16:51:19 2006
@@ -9,7 +9,8 @@
 # Give the name of a library.  This will build a dynamic version.
 #
 LIBRARYNAME=sample
-#SHARED_LIBRARY=1
+SHARED_LIBRARY=1
+LOADABLE_MODULE=1
 #DONT_BUILD_RELINKED=1
 #ARCHIVE_LIBRARY=1
 






More information about the llvm-commits mailing list