2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
2007-03-18 14:33:17 +00:00
|
|
|
<group>
|
2010-04-25 18:36:15 +00:00
|
|
|
<cdfile installbase="$(CDOUTPUT)">hosts</cdfile>
|
|
|
|
<installfile installbase="system32/drivers/etc">hosts</installfile>
|
2007-10-01 14:19:27 +00:00
|
|
|
<cdfile installbase="$(CDOUTPUT)">services</cdfile>
|
|
|
|
<installfile installbase="system32/drivers/etc">services</installfile>
|
2007-09-14 17:07:53 +00:00
|
|
|
<if property="KDBG" value="1">
|
2007-10-01 14:19:27 +00:00
|
|
|
<cdfile installbase="$(CDOUTPUT)">KDBinit</cdfile>
|
|
|
|
<installfile installbase="system32/drivers/etc">KDBinit</installfile>
|
2007-09-14 17:07:53 +00:00
|
|
|
</if>
|
|
|
|
</group>
|