This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-18 06:11:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
21caaa45739fd1635fa1c1ef86fa97ffc60d9779
0ad
/
build
/
premake
T
History
Ykkrosh
770ee1f30c
Build test executable with same linker settings as game executable, to fix --without-fam
...
This was SVN commit r11661.
2012-04-24 15:14:14 +00:00
..
premake4
Removes Makefile PCH support for Obj-C/C++ source files. Apple's latest command line tools encountered an error because the source file was compiled with Obj-C++ but the PCH was compiled with C++. If we really needed PCH for Obj-C++ we could simply compile it separately for each language. Refs
#1148
.
2012-03-06 05:40:11 +00:00
extern_libs4.lua
Adds hardware cursors for Linux and OS X. Requires libxcursor on Linux.
Fixes
#748
.
2012-04-21 07:53:53 +00:00
premake4.lua
Build test executable with same linker settings as game executable, to fix --without-fam
2012-04-24 15:14:14 +00:00