mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[AMSTREAM]
* Welcome to MSVC build. svn path=/trunk/; revision=57025
This commit is contained in:
parent
1081374d59
commit
e22f22a242
2 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
|
||||
add_subdirectory(amstream)
|
||||
|
||||
if (NOT MSVC)
|
||||
add_subdirectory(amstream)
|
||||
add_subdirectory(d3d8thk)
|
||||
add_subdirectory(d3d8thk)
|
||||
endif()
|
||||
|
||||
#add_subdirectory(bdaplgin) #disabled in trunk
|
||||
#add_subdirectory(d3d8) #disabled in trunk, see wine subfolder
|
||||
#add_subdirectory(d3d9) #disabled in trunk, see wine subfolder
|
||||
|
|
|
@ -6,7 +6,6 @@ add_definitions(-D_WIN32_WINNT=0x600)
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
set_rc_compiler()
|
||||
spec2def(amstream.dll amstream.spec)
|
||||
|
||||
add_library(amstream SHARED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue