Forum: SDL makefile fel!!!!

Forum huvudsida -> Programmering -> SDL makefile fel!!!!

Sidor: 1

Till botten

Cpp_skater 01:11 - 22:a Mars 2008 | Post #1
Medlem
Inlägg: 43


Skicka PM
det är fel i linux makefilen i sdl guiden byt ut den mot:


SDL_CFLAGS := $(shell pkg-config sdl --cflags)
SDL_LDFLAGS := $(shell pkg-config sdl --libs)

AppName = test
AppVersion = 0.1

MyProgram: main.cpp
    g++ main.cpp -o $(AppName)-$(AppVersion) ${SDL_CFLAGS} ${SDL_LDFLAGS}

så ska det funka





Sidor: 1

Forum huvudsida -> Programmering -> SDL makefile fel!!!!
Atom feed

Du får inte posta i den här tråden | Till toppen