diff options
author | Michael Plante <michael.plante@gmail.com> | 2010-04-15 23:22:28 +0100 |
---|---|---|
committer | Michael Plante <michael.plante@gmail.com> | 2010-04-15 23:22:28 +0100 |
commit | 0b64e01b6150d330a2255b28568e0c659ce8467c (patch) | |
tree | 1a4858d795398a4ce2a6ad30d9cf3b5738bfefde | |
parent | 1597a94532fb36935c6b26d501af7751feb58a62 (diff) | |
download | libusb-0b64e01b6150d330a2255b28568e0c659ce8467c.tar.gz |
let MSVC re-sort filenames based on very old renames
-rw-r--r-- | libusb_dll.dsp | 12 | ||||
-rw-r--r-- | libusb_static.dsp | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/libusb_dll.dsp b/libusb_dll.dsp index f1f4324..188709a 100644 --- a/libusb_dll.dsp +++ b/libusb_dll.dsp @@ -123,15 +123,15 @@ SOURCE=.\libusb\os\linux_usbfs.c # End Source File # Begin Source File -SOURCE=.\libusb\sync.c +SOURCE=.\libusb\os\poll_windows.c # End Source File # Begin Source File -SOURCE=.\libusb\os\threads_windows.c +SOURCE=.\libusb\sync.c # End Source File # Begin Source File -SOURCE=.\libusb\os\poll_windows.c +SOURCE=.\libusb\os\threads_windows.c # End Source File # Begin Source File @@ -167,15 +167,15 @@ SOURCE=.\libusb\os\poll_posix.h # End Source File # Begin Source File -SOURCE=.\libusb\os\threads_posix.h +SOURCE=.\libusb\os\poll_windows.h # End Source File # Begin Source File -SOURCE=.\libusb\os\threads_windows.h +SOURCE=.\libusb\os\threads_posix.h # End Source File # Begin Source File -SOURCE=.\libusb\os\poll_windows.h +SOURCE=.\libusb\os\threads_windows.h # End Source File # Begin Source File diff --git a/libusb_static.dsp b/libusb_static.dsp index ae6879b..86fa0f6 100644 --- a/libusb_static.dsp +++ b/libusb_static.dsp @@ -107,15 +107,15 @@ SOURCE=.\libusb\os\linux_usbfs.c # End Source File # Begin Source File -SOURCE=.\libusb\sync.c +SOURCE=.\libusb\os\poll_windows.c # End Source File # Begin Source File -SOURCE=.\libusb\os\threads_windows.c +SOURCE=.\libusb\sync.c # End Source File # Begin Source File -SOURCE=.\libusb\os\poll_windows.c +SOURCE=.\libusb\os\threads_windows.c # End Source File # Begin Source File @@ -151,15 +151,15 @@ SOURCE=.\libusb\os\poll_posix.h # End Source File # Begin Source File -SOURCE=.\libusb\os\threads_posix.h +SOURCE=.\libusb\os\poll_windows.h # End Source File # Begin Source File -SOURCE=.\libusb\os\threads_windows.h +SOURCE=.\libusb\os\threads_posix.h # End Source File # Begin Source File -SOURCE=.\libusb\os\poll_windows.h +SOURCE=.\libusb\os\threads_windows.h # End Source File # Begin Source File |