Windows: Fix build rules and includes for libtommath
This commit is contained in:
@@ -33,7 +33,10 @@ RELDIR=lib\hcrypto\libtommath
|
|||||||
|
|
||||||
!include ../../../windows/NTMakefile.w32
|
!include ../../../windows/NTMakefile.w32
|
||||||
|
|
||||||
INCFILES=$(INCDIR)\tommath.h
|
INCFILES= \
|
||||||
|
$(INCDIR)\tommath.h \
|
||||||
|
$(INCDIR)\tommath_class.h \
|
||||||
|
$(INCDIR)\tommath_superclass.h
|
||||||
|
|
||||||
libltm_OBJs= \
|
libltm_OBJs= \
|
||||||
$(OBJ)\bncore.obj \
|
$(OBJ)\bncore.obj \
|
||||||
@@ -163,9 +166,3 @@ $(LIBLTM): $(libltm_OBJs)
|
|||||||
$(LIBCON)
|
$(LIBCON)
|
||||||
|
|
||||||
all:: $(INCFILES) $(LIBLTM)
|
all:: $(INCFILES) $(LIBLTM)
|
||||||
|
|
||||||
{}.obj{$(OBJ)}.obj:
|
|
||||||
$(C2OBJ)
|
|
||||||
|
|
||||||
{$(OBJ)}.obj{$(OBJ)}.obj:
|
|
||||||
$(C2OBJ)
|
|
||||||
|
Reference in New Issue
Block a user