repo.or.cz
/
enJine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tiles are not packed again
[enJine.git]
/
mmshow
/
Jamrules
blob
1c0c18f2e3e6945ba22f63b992cc735a04478610
1
set-profile ;
2
set-default-target-locations ;
3
OPTIM += -Wall ;
4
5
6
_SDL_PKG = [ pkg-config sdl ] ;
7
if $(_SDL_PKG) != "tan" {
8
Exit "FATAL: no SDL found" ;
9
}
10
Echo "MSG: using SDL" ;