Add boot drivers to reactos.cab.

svn path=/branches/cmake-bringup/; revision=49361
This commit is contained in:
Sylvain Petreolle 2010-10-30 16:44:31 +00:00
parent 61ea2fc187
commit 810a1ec99c
5 changed files with 5 additions and 1 deletions

View file

@ -5,3 +5,4 @@ set_target_properties(pciide PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -W
add_importlibs(pciide pciidex ntoskrnl)
add_dependencies(pciide psdk bugcodes)
add_cab_target(pciide 2)

View file

@ -14,3 +14,4 @@ set_target_properties(pciidex PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -
add_importlibs(pciidex ntoskrnl)
add_dependencies(pciidex psdk bugcodes)
add_cab_target(pciidex 2)