2010-09-12 15:12:20 +00:00
|
|
|
|
2010-09-12 19:38:21 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/lib/newinflib)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/drivers)
|
|
|
|
|
2010-09-12 15:12:20 +00:00
|
|
|
add_executable(usetup WIN32
|
|
|
|
interface/usetup.c
|
|
|
|
interface/devinst.c
|
|
|
|
interface/consup.c
|
|
|
|
native/utils/keytrans.c
|
|
|
|
native/utils/console.c
|
|
|
|
native/fslist.c
|
|
|
|
native/console.c
|
|
|
|
bootsup.c
|
|
|
|
cabinet.c
|
|
|
|
chkdsk.c
|
|
|
|
drivesup.c
|
|
|
|
filesup.c
|
|
|
|
filequeue.c
|
|
|
|
format.c
|
|
|
|
fslist.c
|
|
|
|
genlist.c
|
|
|
|
inffile.c
|
|
|
|
inicache.c
|
|
|
|
mui.c
|
|
|
|
partlist.c
|
|
|
|
progress.c
|
|
|
|
registry.c
|
|
|
|
settings.c
|
2010-09-12 19:38:21 +00:00
|
|
|
usetup.rc)
|
2010-09-12 15:12:20 +00:00
|
|
|
|
2010-09-12 19:38:21 +00:00
|
|
|
target_link_libraries(usetup
|
|
|
|
mingw_main
|
|
|
|
zlib
|
|
|
|
newinflib
|
|
|
|
ext2lib
|
|
|
|
vfatlib
|
2010-09-19 16:16:01 +00:00
|
|
|
mingw_common)
|
2010-09-18 12:14:03 +00:00
|
|
|
|
2010-09-20 22:35:23 +00:00
|
|
|
set_module_type(usetup nativecui)
|
2010-09-18 12:14:03 +00:00
|
|
|
|
|
|
|
add_dependencies(usetup psdk buildno_header)
|