Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
3cd71b9
in buchla-emu for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/02/2017 10:45:41 AM (
7 years
ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
3231e25
Parents:
0f7ade1
Message:
Statically link gcc on windows.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
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 \
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive