[vbox-dev] small correction for one Makefile.kmk script
Mihai Hanor
mhanor at yahoo.com
Thu Jul 1 14:39:38 PDT 2010
It's the same thing with:
src\VBox\HostDrivers\VBoxNetFlt\Makefile.kmk
line 149
WinNetConfig_SDKS = WINPSDK W2K3DDK
Btw, I'm trying to compile the OSE 32bit version, using VS2010 and the latest DDK, under Windows XP SP3.
--- On Thu, 7/1/10, Mihai Hanor <mhanor at yahoo.com> wrote:
> From: Mihai Hanor <mhanor at yahoo.com>
> Subject: small correction for one Makefile.kmk script
> To: vbox-dev at virtualbox.org
> Date: Thursday, July 1, 2010, 11:46 PM
> Hello. A small issue (svn changeset
> 30537):
>
> src\VBox\HostDrivers\Support\Makefile.kmk
> line 158:
> SUPR0IdcClient_SDKS.win = W2K3DDK WINPSDKINCS
>
> It should be:
> SUPR0IdcClient_SDKS.win = $(VBOX_WINDDK) WINPSDKINCS
>
> Otherwise, the compilation process stops because of bad DDK
> path passed to cl.exe.
>
>
>
>
More information about the vbox-dev
mailing list