[CMAKE]
- Add mscoree, msg711.acm, msgina, msgsm32.acm, msimg32, msnet32, mssign32, mssip32, msvcrt20, msvcrt40, msvfw32, msvidc32, mswsock, nddeapi, netapi32, newdev, ntdsapi, ntlanman, ntprint, olecli32, oledlg, olesvr32, olethk32, pidgen, powrprof, printui, query, rasapi32, rasdlg, rasman, resutils and samlib to build.
svn path=/branches/cmake-bringup/; revision=48633
2010-08-28 13:20:03 +00:00
|
|
|
|
|
|
|
include_directories(include)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
|
|
|
spec2def(msgina ${CMAKE_CURRENT_SOURCE_DIR}/msgina.spec ${CMAKE_CURRENT_BINARY_DIR}/msgina.def)
|
|
|
|
|
|
|
|
add_library(msgina SHARED
|
|
|
|
gui.c
|
|
|
|
msgina.c
|
|
|
|
stubs.c
|
|
|
|
tui.c
|
|
|
|
msgina.rc)
|
|
|
|
|
2010-10-08 19:10:33 +00:00
|
|
|
set_module_type(msgina win32dll)
|
[CMAKE]
- Add mscoree, msg711.acm, msgina, msgsm32.acm, msimg32, msnet32, mssign32, mssip32, msvcrt20, msvcrt40, msvfw32, msvidc32, mswsock, nddeapi, netapi32, newdev, ntdsapi, ntlanman, ntprint, olecli32, oledlg, olesvr32, olethk32, pidgen, powrprof, printui, query, rasapi32, rasdlg, rasman, resutils and samlib to build.
svn path=/branches/cmake-bringup/; revision=48633
2010-08-28 13:20:03 +00:00
|
|
|
|
|
|
|
target_link_libraries(msgina
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/msgina.def
|
2010-10-08 19:10:33 +00:00
|
|
|
wine)
|
[CMAKE]
- Add mscoree, msg711.acm, msgina, msgsm32.acm, msimg32, msnet32, mssign32, mssip32, msvcrt20, msvcrt40, msvfw32, msvidc32, mswsock, nddeapi, netapi32, newdev, ntdsapi, ntlanman, ntprint, olecli32, oledlg, olesvr32, olethk32, pidgen, powrprof, printui, query, rasapi32, rasdlg, rasman, resutils and samlib to build.
svn path=/branches/cmake-bringup/; revision=48633
2010-08-28 13:20:03 +00:00
|
|
|
|
2010-10-08 19:10:33 +00:00
|
|
|
add_importlibs(msgina advapi32 user32 gdi32 userenv kernel32 ntdll)
|
|
|
|
add_dependencies(msgina msgina_def)
|