Windows: Fix build rules and includes for libtommath

This commit is contained in:
Asanka Herath
2010-08-20 16:55:53 -04:00
parent 93c08e67f0
commit 4b1fbabe68

View File

@@ -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)