[ROSAPPS] Remove applications from test directory

CORE-17097
This commit is contained in:
Mark Jansen 2020-06-23 23:46:35 +02:00
parent ff6b138117
commit cc7cf82673
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
13 changed files with 13 additions and 13 deletions

View file

@ -2,4 +2,4 @@
add_executable(cat cat.c)
set_module_type(cat win32cui)
add_importlibs(cat msvcrt kernel32)
add_cd_file(TARGET cat DESTINATION reactos/bin FOR all)
add_cd_file(TARGET cat DESTINATION reactos/system32 FOR all)

View file

@ -15,4 +15,4 @@ if(MSVC)
add_importlibs(gflags ntdll)
endif()
add_cd_file(TARGET gflags DESTINATION reactos/bin FOR all)
add_cd_file(TARGET gflags DESTINATION reactos/system32 FOR all)

View file

@ -5,4 +5,4 @@ add_executable(shimtest_ros shimtest_ros.c shimtest_ros.rc)
set_module_type(shimtest_ros win32cui)
add_importlibs(shimtest_ros shlwapi msvcrt kernel32 ntdll)
add_cd_file(TARGET shimtest_ros DESTINATION reactos/bin FOR all)
add_cd_file(TARGET shimtest_ros DESTINATION reactos/system32 FOR all)

View file

@ -5,4 +5,4 @@ add_importlibs(binpatch ntdll msvcrt kernel32)
if(MSVC)
target_link_libraries(binpatch oldnames)
endif()
add_cd_file(TARGET binpatch DESTINATION reactos/bin FOR all)
add_cd_file(TARGET binpatch DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(load load.c)
set_module_type(load win32cui UNICODE)
add_importlibs(load ntdll user32 msvcrt kernel32)
add_cd_file(TARGET load DESTINATION reactos/bin FOR all)
add_cd_file(TARGET load DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(unload unload.c)
set_module_type(unload win32cui UNICODE)
add_importlibs(unload ntdll user32 msvcrt kernel32)
add_cd_file(TARGET unload DESTINATION reactos/bin FOR all)
add_cd_file(TARGET unload DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
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)
add_cd_file(TARGET infinst DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(nts2w32err nts2w32err.c)
set_module_type(nts2w32err win32cui)
add_importlibs(nts2w32err ntdll msvcrt kernel32)
add_cd_file(TARGET nts2w32err DESTINATION reactos/bin FOR all)
add_cd_file(TARGET nts2w32err DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(objdir objdir.c)
set_module_type(objdir win32cui)
add_importlibs(objdir ntdll msvcrt kernel32)
add_cd_file(TARGET objdir DESTINATION reactos/bin FOR all)
add_cd_file(TARGET objdir DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(partinfo partinfo.c)
set_module_type(partinfo win32cui)
add_importlibs(partinfo ntdll msvcrt kernel32)
add_cd_file(TARGET partinfo DESTINATION reactos/bin FOR all)
add_cd_file(TARGET partinfo DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(ps ps.c)
set_module_type(ps win32cui)
add_importlibs(ps ntdll user32 msvcrt kernel32)
add_cd_file(TARGET ps DESTINATION reactos/bin FOR all)
add_cd_file(TARGET ps DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(stats stats.c)
set_module_type(stats win32cui UNICODE)
add_importlibs(stats ntdll msvcrt kernel32)
add_cd_file(TARGET stats DESTINATION reactos/bin FOR all)
add_cd_file(TARGET stats DESTINATION reactos/system32 FOR all)

View file

@ -2,4 +2,4 @@
add_executable(tickcount tickcount.c)
set_module_type(tickcount win32cui UNICODE)
add_importlibs(tickcount ntdll msvcrt kernel32)
add_cd_file(TARGET tickcount DESTINATION reactos/bin FOR all)
add_cd_file(TARGET tickcount DESTINATION reactos/system32 FOR all)