[CMAKE]
- Add ws2help, wshirda, wshtcpip, wsock32, wtsapi32, wuapi, xinput*, xmllite, cmbatt, compbatt, dxapi, dxg, dxgthk, fs_rec, msfs and mup to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48953
2010-10-01 16:30:49 +00:00
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(dxg.sys dxg.spec)
|
[CMAKE]
- Add ws2help, wshirda, wshtcpip, wsock32, wtsapi32, wuapi, xinput*, xmllite, cmbatt, compbatt, dxapi, dxg, dxgthk, fs_rec, msfs and mup to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48953
2010-10-01 16:30:49 +00:00
|
|
|
|
|
|
|
add_library(dxg SHARED
|
|
|
|
main.c
|
|
|
|
ddhmg.c
|
|
|
|
eng.c
|
|
|
|
historic.c
|
2010-10-30 16:08:19 +00:00
|
|
|
dxg.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/dxg.def)
|
[CMAKE]
- Add ws2help, wshirda, wshtcpip, wsock32, wtsapi32, wuapi, xinput*, xmllite, cmbatt, compbatt, dxapi, dxg, dxgthk, fs_rec, msfs and mup to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48953
2010-10-01 16:30:49 +00:00
|
|
|
|
2010-11-04 21:06:20 +00:00
|
|
|
set_module_type(dxg kernelmodedriver)
|
[CMAKE]
- Add ws2help, wshirda, wshtcpip, wsock32, wtsapi32, wuapi, xinput*, xmllite, cmbatt, compbatt, dxapi, dxg, dxgthk, fs_rec, msfs and mup to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48953
2010-10-01 16:30:49 +00:00
|
|
|
add_importlibs(dxg dxgthk ntoskrnl)
|
2010-11-05 13:46:48 +00:00
|
|
|
|
2011-05-14 20:54:46 +00:00
|
|
|
add_cd_file(TARGET dxg DESTINATION reactos/system32/drivers FOR all)
|