aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Win SDK: Fix missing emulator iconRaphael Moll2012-05-041-1/+1
| | | | | | | | | History: It had been inadvertedly removed by the makefile reorg done in aff94b88c4ec057f20950d5e7a88b90cc4d97dce. SDK Bug: 21709 Change-Id: Icd147a1edb363e1ccbee2c3cade4ed34beceeeff
* Build SDL from sources directly.David 'Digit' Turner2010-05-181-1/+0
| | | | | | | | | | | | | | | | This removes the requirement to build the SDL library before the rest of the emulator. The prebuilt SDL library and installation is now optional and is only kept for the full Android build on Linux (mainly to avoid having to install many dev libraries on build servers). This patch affects both the Android and standalone build systems. The script android-configure.sh will not use a prebuilt SDL installation unless you explicitely use --sdl-config=<script>. Tested for linux-x86 / darwin-x86 / cygwin / linux-mingw builds. Change-Id: If973b2ad199f06aeeff43aec387d1ac629487529
* Merge memory checking from sandboxVladimir Chtchetkine2010-02-181-0/+3
| | | | Change-id: Ibce845d0
* Add a .gitignore line to ignore anything under objs/David 'Digit' Turner2009-05-291-0/+1
|
* Ignore .o file generated by make emulator under cygwin.Raphael2009-05-211-0/+1