From 5931cf77f42c145640ed1b6c344ac790017aac1b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 15 Jun 2009 02:29:49 +0000 Subject: DEBUGBUILD / CURLDEBUG decoupling follow-up --- src/Makefile.Watcom | 4 ++-- src/curl.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index a8c66aff2..1853bcc6b 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -7,7 +7,7 @@ CC = wcc386 CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm & - -bt=nt -d+ -dWIN32 -dHAVE_STRTOLL -dCURLDEBUG -dENABLE_IPV6 & + -bt=nt -d+ -dWIN32 -dHAVE_STRTOLL -dDEBUGBUILD -dENABLE_IPV6 & -dHAVE_WINSOCK2_H -I..\include -I..\lib OBJ_DIR = WC_Win32.obj @@ -42,7 +42,7 @@ vclean realclean: clean .SYMBOLIC - rmdir $(OBJ_DIR) $(RESOURCE): curl.rc - wrc -dCURLDEBUG=1 -q -r -zm -I..\include -fo=$@ curl.rc + wrc -dDEBUGBUILD=1 -q -r -zm -I..\include -fo=$@ curl.rc .ERASE .c{$(OBJ_DIR)}.obj: diff --git a/src/curl.rc b/src/curl.rc index fd29f1836..90c070c79 100644 --- a/src/curl.rc +++ b/src/curl.rc @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -31,7 +31,7 @@ VS_VERSION_INFO VERSIONINFO FILEVERSION RC_VERSION PRODUCTVERSION RC_VERSION FILEFLAGSMASK 0x3fL -#if defined(CURLDEBUG) || defined(_DEBUG) +#if defined(DEBUGBUILD) || defined(_DEBUG) FILEFLAGS 1 #else FILEFLAGS 0 -- cgit v1.2.3