mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[ACTCXPRXY]
- we have an entry point, provided by rpc proxy data svn path=/trunk/; revision=53580
This commit is contained in:
parent
7f50216c38
commit
bde15eb421
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_library(actxprxy SHARED ${SOURCE})
|
||||
|
||||
set_entrypoint(actxprxy 0)
|
||||
set_module_type(actxprxy win32dll)
|
||||
|
||||
target_link_libraries(actxprxy
|
||||
uuid
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="actxprxy" type="win32dll" baseaddress="${BASEADDRESS_ACTXPRXY}" installbase="system32" entrypoint="0" installname="actxprxy.dll" allowwarnings="true">
|
||||
<module name="actxprxy" type="win32dll" baseaddress="${BASEADDRESS_ACTXPRXY}" installbase="system32" installname="actxprxy.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<importlibrary definition="actxprxy.spec" />
|
||||
<include base="actxprxy">.</include>
|
||||
|
|
Loading…
Reference in a new issue