mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:52:05 +00:00
[ROSAPPS]
- Fix some newlines, - Fireball == Aleksey, not Aleasky :P (ahh, GreatLord, we miss you ^^), - Fix rosddt (ROS Device Detection Tool) readme file (convert into UTF-8 without BOM). svn path=/trunk/; revision=63280
This commit is contained in:
parent
c35341fd7c
commit
0dc9aa5b13
12 changed files with 23 additions and 24 deletions
|
@ -2,4 +2,4 @@
|
|||
add_executable(tee tee.c tee.rc)
|
||||
set_module_type(tee win32cui)
|
||||
add_importlibs(tee msvcrt kernel32)
|
||||
add_cd_file(TARGET tee DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(TARGET tee DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -7,4 +7,4 @@ if(MSVC)
|
|||
target_link_libraries(touch oldnames)
|
||||
endif()
|
||||
|
||||
add_cd_file(TARGET touch DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(TARGET touch DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -6,4 +6,4 @@ add_importlibs(uptime msvcrt kernel32)
|
|||
if(MSVC)
|
||||
add_importlibs(uptime ntdll)
|
||||
endif()
|
||||
add_cd_file(TARGET uptime DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(TARGET uptime DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
add_executable(y y.c y.rc)
|
||||
set_module_type(y win32cui)
|
||||
add_importlibs(y msvcrt kernel32)
|
||||
add_cd_file(TARGET y DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(TARGET y DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue