mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[DLLEXPORT_TEST]
Fix a typo svn path=/trunk/; revision=64449
This commit is contained in:
@@ -25,7 +25,7 @@ if(MSVC)
|
||||
add_compile_flags("/Zc:wchar_t-")
|
||||
endif()
|
||||
|
||||
add_executable(dllimport_test
|
||||
add_library(dllimport_test
|
||||
dllimport_framedyn.cpp)
|
||||
set_module_type(dllimport_test win32dll ENTRYPOINT 0)
|
||||
add_importlibs(dllimport_test framedyn)
|
||||
|
||||
Reference in New Issue
Block a user