Changeset ea878ba in buchla-emu for Makefile


Ignore:
Timestamp:
08/01/2017 05:46:02 PM (8 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
bdd5a63
Parents:
74c44d9
Message:

Added SDL_net for networking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r74c44d9 rea878ba  
    3232FLAGS_LNK :=    $(FLAGS) -pthread -Wall -Wextra
    3333LIBS :=                 $(SDL2_LIB)/libSDL2.a \
     34                                $(SDL2_LIB)/libSDL2_net.a \
    3435                                $(SDL2_LIB)/libSDL2_ttf.a \
    3536                                $(SDL2_LIB)/libfreetype.a \
     
    4142FLAGS_LNK :=    $(FLAGS) -Wall -Wextra
    4243LIBS :=                 $(SDL2_LIB)/libSDL2.a \
     44                                $(SDL2_LIB)/libSDL2_net.a \
    4345                                $(SDL2_LIB)/libSDL2_ttf.a \
    4446                                $(SDL2_LIB)/libfreetype.a \
     
    6062                                $(SDL2_LIB)/libSDL2.a \
    6163                                $(SDL2_LIB)/libSDL2main.a \
     64                                $(SDL2_LIB)/libSDL2_net.a \
    6265                                $(SDL2_LIB)/libSDL2_ttf.a \
    6366                                $(SDL2_LIB)/libfreetype.a \
    6467                                -l gdi32 \
    6568                                -l imm32 \
     69                                -l iphlpapi \
    6670                                -l ole32 \
    6771                                -l oleaut32 \
    6872                                -l version \
    69                                 -l winmm
     73                                -l winmm \
     74                                -l ws2_32
    7075endif
    7176
Note: See TracChangeset for help on using the changeset viewer.