1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: move SDL examples from vlib to examples dir

This commit is contained in:
Alexey
2020-03-06 20:39:40 +03:00
committed by GitHub
parent 5c8617ec68
commit 5142747ceb
17 changed files with 45 additions and 9 deletions

View File

@ -13,10 +13,10 @@ module sdl
#flag -DSDL_DISABLE_IMMINTRIN_H
// following kludge until `sdl2-config ...` is supported also on windows
#flag windows -I/msys64/mingw64/include/SDL2
#flag windows -I @VROOT/thirdparty/SDL2/include
#flag windows -Dmain=SDL_main
#flag windows -L/mingw64/lib -lmingw32 -lSDL2main -lSDL2 -lSDL2_ttf -lSDL2_mixer -lSDL2_image
#flag windows -lSDL2main -lSDL2
#flag windows -L @VROOT/thirdparty/SDL2/lib/x64
#include <SDL.h>