[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:
Hermès Bélusca-Maïto 2014-05-13 21:07:49 +00:00
parent c35341fd7c
commit 0dc9aa5b13
12 changed files with 23 additions and 24 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)