Windows: Build the SDK
authorAsanka C. Herath <asanka@secure-endpoints.com>
Mon, 13 Sep 2010 02:44:48 +0000 (22:44 -0400)
committerAsanka C. Herath <asanka@secure-endpoints.com>
Tue, 14 Sep 2010 12:04:20 +0000 (08:04 -0400)
packages/windows/NTMakefile
windows/NTMakefile.w32

index cb2fec6d8b911d0ca12acda344fb3a75dbcbc9fd..fee460f9b1f4394d311d5c8b4e2519699259da24 100644 (file)
@@ -30,7 +30,7 @@
 #
 
 RELDIR=packages\windows
-SUBDIRS=kfw_shim
+SUBDIRS=kfw_shim sdk
 
 !include ../../windows/NTMakefile.w32
 
index f719fd8f085052938bc41460f4fa6f9bf17f88a4..86b73debb09e364fb31d2004f9792440e3e78602 100644 (file)
@@ -81,6 +81,10 @@ BINDIR =$(DESTDIR)\bin
 SBINDIR=$(BINDIR)
 LIBEXECDIR=$(BINDIR)
 ASMDIR=$(BINDIR)
+SDKDIR=$(SRC)\out
+SDKINCDIR=$(SRC)\out\inc
+SDKLIBDIR=$(SRC)\out\lib\$(CPU)
+SDKSRCDIR=$(SRC)\out\src
 
 !ifdef RELDIR
 SRCDIR =$(SRC)\$(RELDIR)