mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[PCIIDE/PCIIDEX]
- Also update cmake files svn path=/trunk/; revision=51970
This commit is contained in:
@@ -4,4 +4,4 @@ add_library(pciide SHARED pciide.c pciide.rc)
|
||||
set_module_type(pciide kernelmodedriver)
|
||||
add_importlibs(pciide pciidex ntoskrnl)
|
||||
|
||||
add_cd_file(TARGET pciide DESTINATION reactos/system32/drivers FOR all)
|
||||
add_cd_file(TARGET pciide DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
|
||||
@@ -15,5 +15,5 @@ add_library(pciidex SHARED ${SOURCE})
|
||||
set_module_type(pciidex kernelmodedriver)
|
||||
add_importlibs(pciidex ntoskrnl)
|
||||
|
||||
add_cd_file(TARGET pciidex DESTINATION reactos/system32/drivers FOR all)
|
||||
add_cd_file(TARGET pciidex DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
add_importlib_target(pciidex.spec)
|
||||
|
||||
Reference in New Issue
Block a user