Windows: Change when assemblies and shims are built

The assemblies should be built when the lib directory is build because
the generated application manifest should be used with all the tools
and executables that use the libraries.
This commit is contained in:
Asanka Herath
2010-07-14 01:37:38 -04:00
parent fbf3864422
commit f56c77103d
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,9 @@
#
RELDIR=packages\windows
SUBDIRS=assembly
SUBDIRS=kfw_shim
!include ../../windows/NTMakefile.w32
# Note: the assembly directory is built as a child of the \lib
# directory since the application manifest is required at that point.