mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:33:20 +00:00
[SCCBASE]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60375
This commit is contained in:
parent
33242df5dc
commit
354eead2b2
3 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||||
add_definitions(-D__WINESRC__)
|
add_definitions(-D__WINESRC__)
|
||||||
|
|
||||||
spec2def(sccbase.dll sccbase.spec)
|
spec2def(sccbase.dll sccbase.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
@ -10,11 +9,7 @@ list(APPEND SOURCE
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/sccbase.def)
|
${CMAKE_CURRENT_BINARY_DIR}/sccbase.def)
|
||||||
|
|
||||||
add_library(sccbase SHARED ${SOURCE})
|
add_library(sccbase SHARED ${SOURCE})
|
||||||
|
|
||||||
set_module_type(sccbase win32dll)
|
set_module_type(sccbase win32dll)
|
||||||
|
|
||||||
target_link_libraries(sccbase wine)
|
target_link_libraries(sccbase wine)
|
||||||
|
|
||||||
add_importlibs(sccbase msvcrt kernel32 ntdll)
|
add_importlibs(sccbase msvcrt kernel32 ntdll)
|
||||||
|
|
||||||
add_cd_file(TARGET sccbase DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET sccbase DESTINATION reactos/system32 FOR all)
|
||||||
|
|
|
@ -39,10 +39,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
case DLL_PROCESS_ATTACH:
|
case DLL_PROCESS_ATTACH:
|
||||||
DisableThreadLibraryCalls(hinstDLL);
|
DisableThreadLibraryCalls(hinstDLL);
|
||||||
break;
|
break;
|
||||||
case DLL_PROCESS_DETACH:
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -166,7 +166,7 @@ reactos/dll/win32/riched32 # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/rpcrt4 # Synced to Wine-1.3.26
|
reactos/dll/win32/rpcrt4 # Synced to Wine-1.3.26
|
||||||
reactos/dll/win32/rsabase # Autosync
|
reactos/dll/win32/rsabase # Autosync
|
||||||
reactos/dll/win32/rsaenh # Synced to Wine-1.7.1
|
reactos/dll/win32/rsaenh # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/sccbase # Synced to Wine-1.5.19
|
reactos/dll/win32/sccbase # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/schannel # Synced to Wine-1.5.19
|
reactos/dll/win32/schannel # Synced to Wine-1.5.19
|
||||||
reactos/dll/win32/scrrun # Synced to Wine-1.7.1
|
reactos/dll/win32/scrrun # Synced to Wine-1.7.1
|
||||||
reactos/dll/win32/secur32 # Forked
|
reactos/dll/win32/secur32 # Forked
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue