Link mooglib dll

This commit is contained in:
Yevgen Muntyan 2015-12-28 19:59:00 -08:00
parent 7f60d401b5
commit b2ca082dd5
2 changed files with 1 additions and 3 deletions

View File

@ -123,6 +123,7 @@ add_executable(medit WIN32
)
target_link_libraries(medit
libmooglib-0
${GTK_LIBRARIES}
${GMODULE_LIBRARIES}
${LIBXML2_LIBRARIES}

View File

@ -7,6 +7,3 @@ FOR %%d IN (*.def) DO (
echo %%d
lib /def:%%d /machine:x86
)
dir