Support parallelized builds on Windows

This commit is contained in:
Asanka Herath
2010-06-02 21:07:22 -04:00
parent 8363d30a47
commit e9160dbcfa
9 changed files with 60 additions and 56 deletions

View File

@@ -31,6 +31,8 @@
RELDIR=lib\asn1
intcflags=-I$(SRCDIR) -I$(OBJ)
!include ../../windows/NTMakefile.w32
gen_files_k5 = \
@@ -768,9 +770,3 @@ test-run:
test:: test-binaries test-run
{$(OBJ)}.c{$(OBJ)}.obj:
$(C2OBJ) -I$(SRCDIR) -I$(OBJ)
{}.c{$(OBJ)}.obj:
$(C2OBJ) -I$(SRCDIR) -I$(OBJ)