From cd80ac4da75bfab1ea6a3cd16b292c465b66a780 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 22 Aug 2003 04:54:59 +0000 Subject: [PATCH] Add linking to libstdc++ for buggy gcc installs svn path=/trunk/; revision=5737 --- reactos/subsys/system/explorer/makefile_rex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/makefile_rex b/reactos/subsys/system/explorer/makefile_rex index c621a86e3ac..f0fa4cee4e0 100644 --- a/reactos/subsys/system/explorer/makefile_rex +++ b/reactos/subsys/system/explorer/makefile_rex @@ -36,7 +36,7 @@ WINE_RC = $(TARGET_NAME) WINE_INCLUDE = ./ -TARGET_GCCLIBS = comctl32 ole32 uuid +TARGET_GCCLIBS = comctl32 ole32 uuid stdc++ all: explorer.exe @strip explorer.exe