mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Amendment to r58335
svn path=/trunk/; revision=58336
This commit is contained in:
parent
dc60f98a6f
commit
2b6431ea3e
3 changed files with 3 additions and 3 deletions
|
@ -24,4 +24,4 @@ set_module_type(rosautotest win32cui UNICODE)
|
|||
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
|
||||
add_pch(rosautotest precomp.h)
|
||||
|
||||
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This folder contains tests that are not merged in to
|
||||
the new regression testing system.
|
||||
|
||||
Please DO NOT add new tests here.
|
||||
Please DO NOT add new tests here.
|
||||
|
|
|
@ -8,4 +8,4 @@ add_executable(mmixer_test test.c)
|
|||
set_module_type(mmixer_test win32cui)
|
||||
|
||||
target_link_libraries(mmixer_test mmixer)
|
||||
add_importlibs(mmixer_test advapi32 setupapi winmm ksuser user32 msvcrt kernel32)
|
||||
add_importlibs(mmixer_test advapi32 setupapi winmm ksuser user32 msvcrt kernel32)
|
||||
|
|
Loading…
Reference in a new issue