Support parallelized builds on Windows
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user