From 39a209d69ecd6e1e671fe95f357ac2b3d9bd5237 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 19 Oct 2003 22:59:36 +0000 Subject: [PATCH] Make it link with gcc 3.x svn path=/trunk/; revision=6381 --- rosapps/sysutils/regexpl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosapps/sysutils/regexpl/Makefile b/rosapps/sysutils/regexpl/Makefile index b9740555524..8ad5aa9bc72 100644 --- a/rosapps/sysutils/regexpl/Makefile +++ b/rosapps/sysutils/regexpl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2003/02/09 02:18:10 narnaoud Exp $ +# $Id: Makefile,v 1.11 2003/10/19 22:59:36 narnaoud Exp $ # # ReactOS makefile for RegExpl # @@ -66,7 +66,7 @@ CLEAN_FILES = \ $(TARGET_NAME)$(EXE_POSTFIX): $(OBJECTS) $(TARGET_NAME).coff - $(CC) -Wl,--subsystem,console -o $(TARGET_NAME)$(EXE_POSTFIX) $(OBJECTS) $(TARGET_NAME).coff $(IMPORT_KERNEL32) $(IMPORT_USER32) + $(CXX) -Wl,--subsystem,console -o $(TARGET_NAME)$(EXE_POSTFIX) $(OBJECTS) $(TARGET_NAME).coff $(IMPORT_KERNEL32) $(IMPORT_USER32) $(NM) --numeric-sort $(TARGET_NAME)$(EXE_POSTFIX) > $(TARGET_NAME).sym