diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-10 19:16:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-10 19:16:51 +0000 |
commit | 309e3ce4f955cd71b2d9c48ad2d9a30041f51781 (patch) | |
tree | bf4508c4765eb5ea6070d3071a534b391fab4925 /src | |
parent | 8a4eb8ed45f927b6d2c9c49fb3d290da1c5c2f6f (diff) |
David Byron's debug build fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.vc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index bce3749d1..373fdbef1 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -163,9 +163,9 @@ getpassd.obj: getpass.c homedird.obj: homedir.c
$(CCD) $(CFLAGS) /Fo"$@" homedir.c
timevald.obj: ../lib/timeval.c
- $(CCR) $(CFLAGS) /Fo"$@" ../lib/timeval.c
+ $(CCD) $(CFLAGS) /Fo"$@" ../lib/timeval.c
strtoofftd.obj: ../lib/strtoofft.c
- $(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
+ $(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
maind.obj: main.c
$(CCD) $(CFLAGS) /Fo"$@" main.c
curld.res : curl.rc
|