mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
[DLLEXPORT_TEST]
Make it a DLL, not a static lib. Noticed by Thomas. svn path=/trunk/; revision=64450
This commit is contained in:
parent
1caf359b62
commit
279d5c7c78
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ if(MSVC)
|
||||||
add_compile_flags("/Zc:wchar_t-")
|
add_compile_flags("/Zc:wchar_t-")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(dllimport_test
|
add_library(dllimport_test SHARED
|
||||||
dllimport_framedyn.cpp)
|
dllimport_framedyn.cpp)
|
||||||
set_module_type(dllimport_test win32dll ENTRYPOINT 0)
|
set_module_type(dllimport_test win32dll ENTRYPOINT 0)
|
||||||
add_importlibs(dllimport_test framedyn)
|
add_importlibs(dllimport_test msvcrt framedyn)
|
||||||
target_link_libraries(dllimport_test framedynex)
|
target_link_libraries(dllimport_test framedynex)
|
||||||
|
|
Loading…
Reference in a new issue