diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-12 04:52:46 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-12 04:52:46 +0200 |
commit | 8562d1bedb1eda84b17758edc78b4354857d37c0 (patch) | |
tree | 49ec946b0a5b9642041075ff3d15c65ddab876ef /build/build.bat | |
parent | 4338ddf9ec6a3662e852bcdbbfd3048e8d108a10 (diff) |
add wmpa plugin
Diffstat (limited to 'build/build.bat')
-rw-r--r-- | build/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.bat b/build/build.bat index 363205c0..deb7e0bc 100644 --- a/build/build.bat +++ b/build/build.bat @@ -1,5 +1,6 @@ @echo off set WDK_ROOT=c:\WinDDK\7600.16385.1 +set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\api\crt\stl70;%WDK_ROOT%\inc\mfc42;%WDK_ROOT%\inc\ddk;%WDK_ROOT%\inc\api\dao360 call build-x86.bat call build-x64.bat ::call compress.bat |