Author: hpoussin Date: Sat Aug 16 06:32:17 2008 New Revision: 35378
URL: http://svn.reactos.org/svn/reactos?rev=35378&view=rev Log: Remove useless file
Removed: trunk/reactos/drivers/usb/usbstor/usbstor.def Modified: trunk/reactos/drivers/usb/usbstor/usbstor.rbuild
Removed: trunk/reactos/drivers/usb/usbstor/usbstor.def URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbstor/usbstor... ============================================================================== --- trunk/reactos/drivers/usb/usbstor/usbstor.def [iso-8859-1] (original) +++ trunk/reactos/drivers/usb/usbstor/usbstor.def (removed) @@ -1,2 +1,0 @@ -LIBRARY usbstor.sys -EXPORTS
Modified: trunk/reactos/drivers/usb/usbstor/usbstor.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbstor/usbstor... ============================================================================== --- trunk/reactos/drivers/usb/usbstor/usbstor.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/usb/usbstor/usbstor.rbuild [iso-8859-1] Sat Aug 16 06:32:17 2008 @@ -1,7 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd"> <module name="usbstor" type="kernelmodedriver" installbase="system32/drivers" installname="usbstor.sys" allowwarnings="true"> - <importlibrary definition="usbstor.def" /> <define name="DEBUG_MODE" /> <include base="ntoskrnl">include</include> <library>ntoskrnl</library>