File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
modules/rosapps/applications Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
add_executable (cat cat.c )
3
3
set_module_type (cat win32cui )
4
4
add_importlibs (cat msvcrt kernel32 )
5
- add_cd_file (TARGET cat DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET cat DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ if(MSVC)
15
15
add_importlibs (gflags ntdll )
16
16
endif ()
17
17
18
- add_cd_file (TARGET gflags DESTINATION reactos/bin FOR all )
18
+ add_cd_file (TARGET gflags DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ add_executable(shimtest_ros shimtest_ros.c shimtest_ros.rc)
5
5
6
6
set_module_type (shimtest_ros win32cui )
7
7
add_importlibs (shimtest_ros shlwapi msvcrt kernel32 ntdll )
8
- add_cd_file (TARGET shimtest_ros DESTINATION reactos/bin FOR all )
8
+ add_cd_file (TARGET shimtest_ros DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ add_importlibs(binpatch ntdll msvcrt kernel32)
5
5
if (MSVC )
6
6
target_link_libraries (binpatch oldnames )
7
7
endif ()
8
- add_cd_file (TARGET binpatch DESTINATION reactos/bin FOR all )
8
+ add_cd_file (TARGET binpatch DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (load load.c )
3
3
set_module_type (load win32cui UNICODE )
4
4
add_importlibs (load ntdll user32 msvcrt kernel32 )
5
- add_cd_file (TARGET load DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET load DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (unload unload.c )
3
3
set_module_type (unload win32cui UNICODE )
4
4
add_importlibs (unload ntdll user32 msvcrt kernel32 )
5
- add_cd_file (TARGET unload DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET unload DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (infinst infinst.c )
3
3
set_module_type (infinst win32cui )
4
4
add_importlibs (infinst ntdll user32 setupapi comdlg32 msvcrt kernel32 )
5
- add_cd_file (TARGET infinst DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET infinst DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (nts2w32err nts2w32err.c )
3
3
set_module_type (nts2w32err win32cui )
4
4
add_importlibs (nts2w32err ntdll msvcrt kernel32 )
5
- add_cd_file (TARGET nts2w32err DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET nts2w32err DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (objdir objdir.c )
3
3
set_module_type (objdir win32cui )
4
4
add_importlibs (objdir ntdll msvcrt kernel32 )
5
- add_cd_file (TARGET objdir DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET objdir DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (partinfo partinfo.c )
3
3
set_module_type (partinfo win32cui )
4
4
add_importlibs (partinfo ntdll msvcrt kernel32 )
5
- add_cd_file (TARGET partinfo DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET partinfo DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (ps ps.c )
3
3
set_module_type (ps win32cui )
4
4
add_importlibs (ps ntdll user32 msvcrt kernel32 )
5
- add_cd_file (TARGET ps DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET ps DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (stats stats.c )
3
3
set_module_type (stats win32cui UNICODE )
4
4
add_importlibs (stats ntdll msvcrt kernel32 )
5
- add_cd_file (TARGET stats DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET stats DESTINATION reactos/system32 FOR all )
Original file line number Diff line number Diff line change 2
2
add_executable (tickcount tickcount.c )
3
3
set_module_type (tickcount win32cui UNICODE )
4
4
add_importlibs (tickcount ntdll msvcrt kernel32 )
5
- add_cd_file (TARGET tickcount DESTINATION reactos/bin FOR all )
5
+ add_cd_file (TARGET tickcount DESTINATION reactos/system32 FOR all )
You can’t perform that action at this time.
0 commit comments