summaryrefslogtreecommitdiff
path: root/Makefile.vc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 20:27:49 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 20:27:49 +0000
commita8678c54d8687b653fd30b05ba52f0c41ee45b97 (patch)
tree7f79f7d76d696a6217f7c1092b28b873d714c420 /Makefile.vc
parentaeacfa0491cc083a77682a5bfc58f2cfc76b7dc6 (diff)
downloadmpc-a8678c54d8687b653fd30b05ba52f0c41ee45b97.tar.gz
Makefile.vc: reflected move from sin.c and cos.c to sin_cos.c
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@864 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'Makefile.vc')
-rw-r--r--Makefile.vc6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.vc b/Makefile.vc
index 5258e96..4cf41a1 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -96,7 +96,6 @@ $(DIRMPC)\clear.obj \
$(DIRMPC)\cmp.obj \
$(DIRMPC)\cmp_si_si.obj \
$(DIRMPC)\conj.obj \
-$(DIRMPC)\cos.obj \
$(DIRMPC)\cosh.obj \
$(DIRMPC)\div.obj \
$(DIRMPC)\div_2exp.obj \
@@ -138,7 +137,7 @@ $(DIRMPC)\set_prec.obj \
$(DIRMPC)\set_str.obj \
$(DIRMPC)\set_x.obj \
$(DIRMPC)\set_x_x.obj \
-$(DIRMPC)\sin.obj \
+$(DIRMPC)\sin_cos.obj \
$(DIRMPC)\sinh.obj \
$(DIRMPC)\sqr.obj \
$(DIRMPC)\sqrt.obj \
@@ -171,7 +170,6 @@ clear.obj \
cmp.obj \
cmp_si_si.obj \
conj.obj \
-cos.obj \
cosh.obj \
div.obj \
div_2exp.obj \
@@ -213,7 +211,7 @@ set_prec.obj \
set_str.obj \
set_x.obj \
set_x_x.obj \
-sin.obj \
+sin_cos.obj \
sinh.obj \
sqr.obj \
sqrt.obj \