[llvm-commits] CVS: llvm/win32/System/System.vcproj
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 4 11:14:59 PST 2004
Changes in directory llvm/win32/System:
System.vcproj updated: 1.4 -> 1.5
---
Log message:
Update the win32 project files, contributed by Morton Ofstad!
---
Diffs of the changes: (+66 -1)
Index: llvm/win32/System/System.vcproj
diff -u llvm/win32/System/System.vcproj:1.4 llvm/win32/System/System.vcproj:1.5
--- llvm/win32/System/System.vcproj:1.4 Tue Nov 16 00:57:30 2004
+++ llvm/win32/System/System.vcproj Sat Dec 4 13:14:38 2004
@@ -107,6 +107,24 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
+ 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
@@ -136,13 +154,57 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
- RelativePath="..\..\lib\System\Win32\Win32.h">
+ RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\ltdl.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\MappedFile.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Memory.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Path.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Process.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Program.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Signals.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\SysConfig.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\TimeValue.h">
</File>
</Filter>
<Filter
Name="Win32"
Filter="">
<File
+ RelativePath="..\..\lib\System\Win32\DynamicLibrary.cpp">
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\lib\System\Win32\MappedFile.cpp">
<FileConfiguration
Name="Debug|Win32"
@@ -278,6 +340,9 @@
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Win32.h">
+ </File>
</Filter>
</Files>
<Globals>
More information about the llvm-commits
mailing list