[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(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
|
|
|
|
spec2def(rasapi32 ${CMAKE_CURRENT_SOURCE_DIR}/rasapi32.spec ${CMAKE_CURRENT_BINARY_DIR}/rasapi32.def)
|
|
|
|
|
|
|
|
add_library(rasapi32 SHARED rasapi.c)
|
|
|
|
|
2010-10-08 21:02:11 +00:00
|
|
|
set_entrypoint(rasapi32 0)
|
[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(rasapi32
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/rasapi32.def
|
2010-10-08 21:02:11 +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 21:02:11 +00:00
|
|
|
add_importlibs(rasapi32 kernel32 ntdll)
|
|
|
|
add_dependencies(rasapi32 rasapi32_def psdk buildno_header)
|