Reactos
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 27 lines 503 B view raw
1 2spec2def(dxg.sys dxg.spec) 3 4list(APPEND SOURCE 5 main.c 6 ddhmg.c 7 d3d.c 8 dd.c 9 ddraw.c 10 ddsurf.c 11 dxgallocator.c 12 eng.c 13 historic.c 14 dxg_int.h) 15 16include_directories( 17 ${REACTOS_SOURCE_DIR}/win32ss/include) 18 19add_library(dxg MODULE 20 ${SOURCE} 21 dxg.rc 22 ${CMAKE_CURRENT_BINARY_DIR}/dxg.def) 23 24set_module_type(dxg kernelmodedriver) 25add_importlibs(dxg dxgthk ntoskrnl) 26add_pch(dxg dxg_int.h SOURCE) 27add_cd_file(TARGET dxg DESTINATION reactos/system32/drivers FOR all)