Author: tkreuzer
Date: Thu Oct 2 07:30:59 2014
New Revision: 64449
URL:
http://svn.reactos.org/svn/reactos?rev=64449&view=rev
Log:
[DLLEXPORT_TEST]
Fix a typo
Modified:
trunk/rostests/tests/dllexport/CMakeLists.txt
Modified: trunk/rostests/tests/dllexport/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/dllexport/CMakeList…
==============================================================================
--- trunk/rostests/tests/dllexport/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/tests/dllexport/CMakeLists.txt [iso-8859-1] Thu Oct 2 07:30:59 2014
@@ -25,7 +25,7 @@
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)