Changeset 3659 in orxonox.OLD for orxonox/branches/dave/src
- Timestamp:
- Mar 28, 2005, 3:26:17 PM (20 years ago)
- Location:
- orxonox/branches/dave/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/Makefile.in
r3416 r3659 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.3 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 548 548 tags=; \ 549 549 here=`pwd`; \ 550 if ( $(ETAGS)--etags-include --version) >/dev/null 2>&1; then \550 if (etags --etags-include --version) >/dev/null 2>&1; then \ 551 551 include_option=--etags-include; \ 552 empty_fix=.; \553 552 else \ 554 553 include_option=--include; \ 555 empty_fix=; \556 554 fi; \ 557 555 list='$(SUBDIRS)'; for subdir in $$list; do \ 558 556 if test "$$subdir" = .; then :; else \ 559 test ! -f $$subdir/TAGS ||\557 test -f $$subdir/TAGS && \ 560 558 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 561 559 fi; \ … … 567 565 $(AWK) ' { files[$$0] = 1; } \ 568 566 END { for (i in files) print i; }'`; \ 569 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 570 test -n "$$unique" || unique=$$empty_fix; \ 571 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 572 $$tags $$unique; \ 573 fi 567 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 568 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 569 $$tags $$unique 574 570 ctags: CTAGS 575 571 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/dave/src/orxonox.cc
r3410 r3659 132 132 133 133 int bpp = 16; 134 int width = 640;135 int height = 480;134 int width = 400; 135 int height = 300; 136 136 //Uint32 flags = SDL_HWSURFACE | SDL_OPENGL | SDL_GL_DOUBLEBUFFER; /* \todo: SDL_OPENGL doen't permit to load images*/ 137 137 //Uint32 flags = SDL_HWSURFACE | SDL_GL_DOUBLEBUFFER;
Note: See TracChangeset
for help on using the changeset viewer.