2012-08-16 22:05:39 +00:00
|
|
|
/bam
|
|
|
|
/.bam
|
|
|
|
/config.lua
|
rewrote bam.lua to be cleaner
bam invocation changed: bam compiler=[cl,gcc] arch=[x86,x86_64,ppc,ppc64] conf=[release,debug] [game,server,client,masterserver,versionserver,tools]
using pkg-config for SDL instead of sdl-config if available because of crosscompiling issues
by default binaries will only built for the current architecture on Mac OS X now, like on all other systems
2013-02-26 20:48:44 +00:00
|
|
|
/build
|
2018-11-11 16:31:45 +00:00
|
|
|
/other/*/lib
|
|
|
|
/other/*/include
|
2012-04-26 16:25:04 +00:00
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
|
|
|
*.pyo
|
|
|
|
scripts/work/
|
2012-08-16 22:05:39 +00:00
|
|
|
/SDL.dll
|
|
|
|
/freetype.dll
|
|
|
|
/autoexec.cfg
|
2015-05-18 19:17:20 +00:00
|
|
|
other/freetype
|
|
|
|
other/sdl
|
2018-10-20 17:51:58 +00:00
|
|
|
_test.exe
|