-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a884a7
commit 3f875a8
Showing
7 changed files
with
26 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Reactos already has rsabase. Please include it on One-Core-API new dlls package |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
add_definitions(-D__WINESRC__) | ||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) | ||
include_directories(${REACTOS_SOURCE_DIR}/wrappers/includes) | ||
include_directories(${REACTOS_BINARY_DIR}/sdk/include/reactos/wine) | ||
spec2def(sas.dll sas.spec ADD_IMPORTLIB) | ||
|
||
list(APPEND SOURCE | ||
version.rc | ||
${CMAKE_CURRENT_BINARY_DIR}/sas_stubs.c | ||
${CMAKE_CURRENT_BINARY_DIR}/sas.def) | ||
|
||
add_library(sas SHARED ${SOURCE}) | ||
set_module_type(sas win32dll) | ||
target_link_libraries(sas wine) | ||
add_importlibs(sas ole32 combase msvcrt kernelbase ntdll) | ||
add_cd_file(TARGET sas DESTINATION reactos/system32 FOR all) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters