Skip to content

Commit

Permalink
Upgraded all builds to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mevansam committed Jan 10, 2013
1 parent 4e6a8e0 commit c3aa96e
Show file tree
Hide file tree
Showing 34 changed files with 594 additions and 763 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

.gitignore.*
.DS_Store
*.bak
*.old

bin/
tmp/
tmp.*/
log/

droid-testapp/bin
Expand Down
2 changes: 1 addition & 1 deletion build-droid/Makefile.minizip
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ install : libminizip.a libminizip.so

clean :
rm *.o
rm -f libminizip.so
rm -f libminizip.*
39 changes: 0 additions & 39 deletions build-droid/Makefile.tinyxml
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,6 @@
# This is a GNU make (gmake) makefile
#****************************************************************************

# DEBUG can be set to YES to include debugging info, or NO otherwise
DEBUG := NO

# PROFILE can be set to YES to include profiling info, or NO otherwise
PROFILE := NO

# TINYXML_USE_STL can be used to turn on STL support. NO, then STL
# will not be used. YES will include the STL files.
TINYXML_USE_STL := YES

#****************************************************************************

DEBUG_CFLAGS := -Wall -Wno-format -g -DDEBUG
RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-format -O3

LIBS :=

DEBUG_CXXFLAGS := ${DEBUG_CFLAGS}
RELEASE_CXXFLAGS := ${RELEASE_CFLAGS}

DEBUG_LDFLAGS := -g
RELEASE_LDFLAGS :=

ifeq (YES, ${DEBUG})
CFLAGS := ${DEBUG_CFLAGS}
CXXFLAGS := ${DEBUG_CXXFLAGS}
LDFLAGS := ${DEBUG_LDFLAGS}
else
CFLAGS := ${RELEASE_CFLAGS}
CXXFLAGS := ${RELEASE_CXXFLAGS}
LDFLAGS := ${RELEASE_LDFLAGS}
endif

ifeq (YES, ${PROFILE})
CFLAGS := ${CFLAGS} -pg -O3
CXXFLAGS := ${CXXFLAGS} -pg -O3
LDFLAGS := ${LDFLAGS} -pg
endif

#****************************************************************************
# Preprocessor directives
#****************************************************************************
Expand Down
277 changes: 0 additions & 277 deletions build-droid/Makefile.zlib

This file was deleted.

Loading

0 comments on commit c3aa96e

Please sign in to comment.