umpnpmgr only needs the server component, not the client one

svn path=/trunk/; revision=31811
This commit is contained in:
Hervé Poussineau 2008-01-15 18:04:19 +00:00
parent 9acaff6a65
commit 0f61bddc45
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,7 @@
#include <rpc.h>
#include <rpcdce.h>
#include "pnp_c.h"
#include "pnp_s.h"
#define NDEBUG
#include <debug.h>

View file

@ -3,7 +3,6 @@
<module name="umpnpmgr" type="win32cui" installbase="system32" installname="umpnpmgr.exe">
<include base="umpnpmgr">.</include>
<include base="pnp_server">.</include>
<include base="pnp_client">.</include>
<define name="WINVER">0x600</define>
<define name="_WIN32_IE">0x0500</define>
<define name="_WIN32_WINNT">0x0600</define>