[ROSAPPS] Add sysutils/utils folder completely (except rosperf for now) / Fix two wrong output paths in roshttpd and ncftp / -Wno-error=unused-but-set-variable -> -Wno-unused-but-set-variable to make MSVC happy

svn path=/trunk/; revision=67437
This commit is contained in:
Daniel Reimer 2015-04-26 14:11:18 +00:00
parent d3a6637990
commit 8d599fac7d
15 changed files with 74 additions and 15 deletions

View file

@ -0,0 +1,5 @@
add_executable(infinst infinst.c)
set_module_type(infinst win32cui)
add_importlibs(infinst ntdll user32 setupapi comdlg32 msvcrt kernel32)
add_cd_file(TARGET infinst DESTINATION reactos/bin FOR all)