mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MSIEXEC]
* Welcome to MSVC build. svn path=/trunk/; revision=57022
This commit is contained in:
parent
09d20eda2a
commit
6010f994bb
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue