Skip to content

Commit

Permalink
slight build and version changes for 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBecker committed Mar 19, 2010
1 parent 57ece5d commit 92774fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ CC = /usr/bin/gcc $(GCCFLAGS)
CTAGS = ctags

COMMONFLAGS = -Wall -Wextra -Wno-unused-function $(ARCHFLAGS) -Igtb
LDFLAGS = $(ARCHFLAGS) -ldl -Lgtb -lgtb -lpthread
LDFLAGS = $(ARCHFLAGS) -ldl -Lgtb -lgtb -lpthread \
-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
DEBUGFLAGS = $(COMMONFLAGS) -g -O0 -DEXPENSIVE_CHECKS -DASSERT2
ANALYZEFLAGS = $(COMMONFLAGS) $(GCCFLAGS) -g -O0
DEFAULTFLAGS = $(COMMONFLAGS) -g -O2
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#endif
#define ENGINE_NAME "Daydreamer"
#define ENGINE_VERSION_NUMBER "1.7"
#define ENGINE_VERSION_NAME " rc1_" GIT_VERSION
#define ENGINE_VERSION_NAME "" // GIT_VERSION
#define ENGINE_VERSION ENGINE_VERSION_NUMBER ENGINE_VERSION_NAME
#define ENGINE_AUTHOR "Aaron Becker"

Expand Down

0 comments on commit 92774fd

Please sign in to comment.