Add more dll/ and drivers/ modules to bootcd.
Fix mesa32 definitions.

svn path=/branches/cmake-bringup/; revision=49483
This commit is contained in:
Sylvain Petreolle 2010-11-05 13:46:48 +00:00
parent ac1ef420cd
commit fbf705275d
16 changed files with 33 additions and 1 deletions

View file

@ -14,3 +14,5 @@ add_importlibs(wlansvc
msvcrt
kernel32
ntdll)
add_cab_target(wlansvc 1)

View file

@ -17,3 +17,5 @@ add_importlibs(vmwinst
msvcrt
kernel32
ntdll)
add_cab_target(vmwinst 1)

View file

@ -34,3 +34,5 @@ add_importlibs(explorer_new
msvcrt
kernel32
ntdll)
add_cab_target(explorer_new 4)

View file

@ -3,7 +3,7 @@ add_definitions(
-DUSE_EXTERNAL_DXTN_LIB=1
-DBUILD_GL32
-DWIN32
-D_WINDOWS)
-DUSE_3DNOW_ASM)
add_definitions(-D_DLL -D__USE_CRTIMP)

View file

@ -5,3 +5,5 @@ add_library(battc SHARED battc.c battc.rc)
set_module_type(battc kernelmodedriver)
add_importlibs(battc ntoskrnl hal)
add_cab_target(battc 2)

View file

@ -12,3 +12,6 @@ set_module_type(cmbatt kernelmodedriver)
add_importlibs(cmbatt ntoskrnl hal battc wmilib)
add_pch(cmbatt ${CMAKE_CURRENT_SOURCE_DIR}/cmbatt.h ${SOURCE})
add_cab_target(cmbatt 2)

View file

@ -11,3 +11,5 @@ set_module_type(compbatt kernelmodedriver)
add_importlibs(compbatt ntoskrnl hal battc)
add_pch(compbatt ${CMAKE_CURRENT_SOURCE_DIR}/compbatt.h ${SOURCE})
add_cab_target(compbatt 2)

View file

@ -10,3 +10,5 @@ add_library(dxapi SHARED
set_module_type(dxapi kernelmodedriver)
add_importlibs(dxapi ntoskrnl hal videoprt)
add_cab_target(dxapi 2)

View file

@ -11,3 +11,5 @@ add_library(dxg SHARED
set_module_type(dxg kernelmodedriver)
add_importlibs(dxg dxgthk ntoskrnl)
add_cab_target(dxg 2)

View file

@ -8,3 +8,5 @@ add_library(dxgthk SHARED
set_module_type(dxgthk kernelmodedriver)
add_importlibs(dxgthk win32k)
add_cab_target(dxgthk 2)

View file

@ -62,3 +62,5 @@ endif(MSVC)
set_module_type(portcls kernelmodedriver)
add_importlibs(portcls ntoskrnl ks drmk hal stdc++ gcc msvcrt)
add_cab_target(portcls 2)

View file

@ -10,3 +10,5 @@ add_library(drmk SHARED
set_module_type(drmk kernelmodedriver)
add_importlibs(drmk ntoskrnl)
add_cab_target(drmk 2)

View file

@ -13,3 +13,5 @@ target_link_libraries(kmixer
libsamplerate)
add_importlibs(kmixer ntoskrnl ks hal)
add_cab_target(kmixer 2)

View file

@ -21,3 +21,6 @@ target_link_libraries(wdmaud
${PSEH_LIB})
add_importlibs(wdmaud ntoskrnl ks hal)
add_cab_target(wdmaud 2)

View file

@ -14,3 +14,5 @@ set_module_type(sysaudio kernelmodedriver)
target_link_libraries(sysaudio libcntpr)
add_importlibs(sysaudio ntoskrnl ks hal)
add_cab_target(sysaudio 2)

View file

@ -8,3 +8,5 @@ add_library(wmilib SHARED
set_module_type(wmilib kernelmodedriver)
add_importlibs(wmilib ntoskrnl)
add_cab_target(wmilib 2)