mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[MMIXER_TEST]
- Fix order of importlibs (will be required soon) svn path=/trunk/; revision=51859
This commit is contained in:
parent
f1cd9d77bb
commit
13719879aa
1 changed files with 1 additions and 1 deletions
|
@ -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 kernel32 msvcrt)
|
||||
add_importlibs(mmixer_test advapi32 setupapi winmm ksuser user32 msvcrt kernel32)
|
Loading…
Reference in a new issue