2010-10-06 18:57:42 +00:00
|
|
|
|
|
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
|
|
add_definitions(-D_WIN32_WINNT=0x600)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(netcfgx.dll netcfgx.spec)
|
2010-10-06 18:57:42 +00:00
|
|
|
|
|
|
|
add_library(netcfgx SHARED
|
|
|
|
netcfgx.c
|
|
|
|
classfactory.c
|
|
|
|
netcfg_iface.c
|
|
|
|
inetcfgcomp_iface.c
|
|
|
|
tcpipconf_notify.c
|
2010-10-30 16:08:19 +00:00
|
|
|
netcfgx.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/netcfgx.def)
|
2010-10-06 18:57:42 +00:00
|
|
|
|
|
|
|
set_module_type(netcfgx win32dll)
|
|
|
|
|
|
|
|
target_link_libraries(netcfgx
|
|
|
|
uuid
|
|
|
|
wine)
|
|
|
|
|
2010-11-27 01:16:42 +00:00
|
|
|
add_importlibs(netcfgx rpcrt4 setupapi advapi32 iphlpapi ole32 user32 comctl32 ws2_32 msvcrt kernel32 ntdll)
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(netcfgx 1)
|