diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-05-03 19:56:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-05-03 19:56:46 +0300 |
commit | 4487b326d781d4359fd76ce51ce4002c9db5d6d5 (patch) | |
tree | 1501df58954f63b0e5ce059b14b6258b027dc048 /build | |
parent | 0f795345d68be2af96cc030972786f2989ffd8c0 (diff) |
Fix list of sources in the gio Visual Studio project
List the additional sources needed in gio/Makefile.am, not in
gio.vcprojin. Fix broken usage of sort. Filter out Unix-only source
files.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs9/gio.vcprojin | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/win32/vs9/gio.vcprojin b/build/win32/vs9/gio.vcprojin index 1772c4616..b1f293086 100644 --- a/build/win32/vs9/gio.vcprojin +++ b/build/win32/vs9/gio.vcprojin @@ -160,15 +160,6 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > #include "libgio.sourcefiles" - <File RelativePath="..\..\..\gio\gwin32appinfo.c" /> - <File RelativePath="..\..\..\gio\win32\gwin32directorymonitor.c" /> - <File RelativePath="..\..\..\gio\gwin32mount.c" /> - <File RelativePath="..\..\..\gio\gwin32resolver.c" /> - <File RelativePath="..\..\..\gio\gwin32volumemonitor.c" /> - <File RelativePath="..\..\..\gio\win32\gwinhttpfile.c" /> - <File RelativePath="..\..\..\gio\win32\gwinhttpfileinputstream.c" /> - <File RelativePath="..\..\..\gio\win32\gwinhttpfileoutputstream.c" /> - <File RelativePath="..\..\..\gio\win32\gwinhttpvfs.c" /> </Filter> <Filter Name="Header Files" |