[ACTCXPRXY]

- we have an entry point, provided by rpc proxy data

svn path=/trunk/; revision=53580
This commit is contained in:
Jérôme Gardou 2011-09-04 15:19:10 +00:00
parent 7f50216c38
commit bde15eb421
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>