Changeset 3cd71b9 in buchla-emu for Makefile


Ignore:
Timestamp:
12/02/2017 10:45:41 AM (6 years ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
3231e25
Parents:
0f7ade1
Message:

Statically link gcc on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0f7ade1 r3cd71b9  
    7070else
    7171FLAGS_EMU +=    -D EMU_WIN
    72 FLAGS_LNK :=    $(FLAGS) -Wall -Wextra -static-libstdc++
     72FLAGS_LNK :=    $(FLAGS) -Wall -Wextra -static -static-libstdc++
    7373LIBS :=                 -l mingw32 \
    7474                                $(SDL2_LIB)/libSDL2.a \
Note: See TracChangeset for help on using the changeset viewer.