mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Add linking to libstdc++ for buggy gcc installs
svn path=/trunk/; revision=5737
This commit is contained in:
parent
897a184f5a
commit
cd80ac4da7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue