mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MSIEXEC]
* Welcome to MSVC build. svn path=/trunk/; revision=57022
This commit is contained in:
@@ -5,9 +5,7 @@ add_subdirectory(diskpart)
|
||||
add_subdirectory(expand)
|
||||
add_subdirectory(format)
|
||||
add_subdirectory(lsass)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(msiexec) # FIXME: msvc build.
|
||||
endif()
|
||||
add_subdirectory(msiexec)
|
||||
add_subdirectory(regsvr32)
|
||||
add_subdirectory(rundll32)
|
||||
add_subdirectory(runonce)
|
||||
|
||||
@@ -3,8 +3,6 @@ add_definitions(-D__WINESRC__)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/wine)
|
||||
|
||||
set_rc_compiler()
|
||||
|
||||
add_executable(msiexec
|
||||
msiexec.c
|
||||
service.c
|
||||
|
||||
Reference in New Issue
Block a user