diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2009-06-08 12:09:15 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2009-06-08 12:09:15 +0000 |
commit | fed5a3f7449de348dc7246d144dc4590492e5cfe (patch) | |
tree | 541155e775f5bb7b54812b3e18574b76de3e5215 /Makefile.vc6 | |
parent | 51360215259508c894dde296aa31b0099b0d7282 (diff) | |
download | c-ares-fed5a3f7449de348dc7246d144dc4590492e5cfe.tar.gz c-ares-fed5a3f7449de348dc7246d144dc4590492e5cfe.tar.bz2 c-ares-fed5a3f7449de348dc7246d144dc4590492e5cfe.zip |
Update comment about "ML". Removed "-D_USE_32BIT_TIME_T" (not a requirement).
Diffstat (limited to 'Makefile.vc6')
-rw-r--r-- | Makefile.vc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6 index 949059d..14711bd 100644 --- a/Makefile.vc6 +++ b/Makefile.vc6 @@ -12,8 +12,8 @@ USE_WATT32 = 0 # Configurations: # -MD - msvcrt.dll, threads, release (normal) # -MDd - msvcrtd.dll, threads, debug -# -ML - libc, no threads, release -# -MLd - libc, no threads, debug +# -ML - libc, no threads, release (not available on VC-2008+) +# -MLd - libc, no threads, debug (not available on VC-2008+) # -MT - libc, threads, release # -MTd - libc, threads, debug @@ -26,7 +26,7 @@ OBJ_DIR = VC6_obj DEF_FILE = cares.def !if "$(USE_WATT32)" == "1" -CFLAGS = $(CFLAGS) -UWIN32 -DWATT32 -D_USE_32BIT_TIME_T -I$(WATT_ROOT)\inc +CFLAGS = $(CFLAGS) -UWIN32 -DWATT32 -I$(WATT_ROOT)\inc EX_LIBS = $(WATT_ROOT)\lib\wattcpvc_imp.lib !else |