mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
474 B
17 lines
474 B
CURDIR = conv
|
|
|
|
C_INCLUDES=-I../../crtw32/h -I../include
|
|
A_INCLUDES=-I../../crtw32/h -I../inc -I../inc/i386
|
|
|
|
OBJS=\
|
|
$(OBJDIR)\cfin.obj \
|
|
$(OBJDIR)\cfout.obj \
|
|
$(OBJDIR)\constpow.obj \
|
|
$(OBJDIR)\cvt.obj \
|
|
$(OBJDIR)\fpinit.obj \
|
|
$(OBJDIR)\intrncvt.obj \
|
|
$(OBJDIR)\mantold.obj \
|
|
$(OBJDIR)\strgtold.obj \
|
|
$(OBJDIR)\tenpow.obj \
|
|
$(OBJDIR)\x10fout.obj \
|
|
$(OBJDIR)\fltinf.obj
|