Ignore:
Timestamp:
Jun 23, 2012, 11:13:45 AM (11 years ago)
Author:
sam
Message:

build: fix the PS3 port by using our trig.h everywhere instead of stdlib
functions; also remove a lot of idiotic "using namespace std" from the
codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/neercs/Makefile.am

    r1505 r1512  
    1818neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a
    1919
     20if USE_CACA
    2021all-local: neercs$(EXEEXT)
    2122        test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self
     23endif
    2224
    2325CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
Note: See TracChangeset for help on using the changeset viewer.