mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 10:05:35 +00:00
[DLLIMPORT_TEST]
- Only link to framedynex on GCC builds svn path=/trunk/; revision=64511
This commit is contained in:
parent
695b53c312
commit
b79f784efd
1 changed files with 3 additions and 1 deletions
|
@ -29,4 +29,6 @@ add_library(dllimport_test SHARED
|
|||
dllimport_framedyn.cpp)
|
||||
set_module_type(dllimport_test win32dll ENTRYPOINT 0)
|
||||
add_importlibs(dllimport_test framedyn)
|
||||
target_link_libraries(dllimport_test framedynex)
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(dllimport_test framedynex)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue