From: Amine Khaldi Date: Sun, 7 Jun 2015 09:13:09 +0000 (+0000) Subject: [XDK] Correct the paths for some output headers. X-Git-Tag: backups/colins-printing-for-freedom@73041~15^2~168 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=725b5f5a6e6e63812d8fafe4e67f84490c796e5a;ds=sidebyside [XDK] Correct the paths for some output headers. svn path=/trunk/; revision=68056 --- diff --git a/reactos/include/xdk/generate.bat b/reactos/include/xdk/generate.bat index fd1860183f5..9bd3e11925a 100644 --- a/reactos/include/xdk/generate.bat +++ b/reactos/include/xdk/generate.bat @@ -1,8 +1,8 @@ -hpp.exe wdm.template.h wdm.h -hpp.exe ntddk.template.h ntddk.h -hpp.exe ntifs.template.h ntifs.h -hpp.exe devioctl.template.h devioctl.h +hpp.exe wdm.template.h ..\ddk\wdm.h +hpp.exe ntddk.template.h ..\ddk\ntddk.h +hpp.exe ntifs.template.h ..\ddk\ntifs.h +hpp.exe devioctl.template.h ..\psdk\devioctl.h hpp.exe ntdef.template.h ..\psdk\ntdef.h hpp.exe winnt.template.h ..\psdk\winnt.h