Changeset 3cd71b9 in buchla-emu
- Timestamp:
-
12/02/2017 10:45:41 AM
(8 years ago)
- Author:
- Alexander Heinrich <alex.heinrich@…>
- Branches:
- master
- Children:
- 3231e25
- Parents:
- 0f7ade1
- Message:
-
Statically link gcc on windows.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r0f7ade1
|
r3cd71b9
|
|
| 70 | 70 | else |
| 71 | 71 | FLAGS_EMU += -D EMU_WIN |
| 72 | | FLAGS_LNK := $(FLAGS) -Wall -Wextra -static-libstdc++ |
| | 72 | FLAGS_LNK := $(FLAGS) -Wall -Wextra -static -static-libstdc++ |
| 73 | 73 | LIBS := -l mingw32 \ |
| 74 | 74 | $(SDL2_LIB)/libSDL2.a \ |