[llvm-commits] CVS: llvm/win32/System/System.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Thu Dec 23 23:57:20 PST 2004
Changes in directory llvm/win32/System:
System.vcproj updated: 1.9 -> 1.10
---
Log message:
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
ltdl's LGPL license would infect all of LLVM.
---
Diffs of the changes: (+0 -18)
Index: llvm/win32/System/System.vcproj
diff -u llvm/win32/System/System.vcproj:1.9 llvm/win32/System/System.vcproj:1.10
--- llvm/win32/System/System.vcproj:1.9 Sat Dec 18 20:29:00 2004
+++ llvm/win32/System/System.vcproj Fri Dec 24 01:57:09 2004
@@ -131,21 +131,6 @@
RelativePath="..\..\lib\System\DynamicLibrary.cpp">
</File>
<File
- RelativePath="..\..\lib\System\ltdl.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="__WINDOWS__"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="__WINDOWS__"/>
- </FileConfiguration>
- </File>
- <File
RelativePath="..\..\lib\System\MappedFile.cpp">
</File>
<File
@@ -178,9 +163,6 @@
RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
</File>
<File
- RelativePath="..\..\lib\System\ltdl.h">
- </File>
- <File
RelativePath="..\..\include\llvm\System\MappedFile.h">
</File>
<File
More information about the llvm-commits
mailing list