mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 19:27:04 +00:00
[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:
parent
d3a6637990
commit
8d599fac7d
15 changed files with 74 additions and 15 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue