From 65bf04902ec7a6e47e9564c63518c2d29875b35f Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Fri, 8 Aug 2008 10:39:05 +0000 Subject: * Fixed a bunch of Windows build stuff * Added a Windows "install" target * Changed trunk version number to "trunk.trunk" --- GNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 16bd5dd..4cd28d1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,8 +38,8 @@ # -------------------------------------------------------------------------- # Set libs3 version number -LIBS3_VER_MAJOR := 0 -LIBS3_VER_MINOR := 3 +LIBS3_VER_MAJOR := trunk +LIBS3_VER_MINOR := trunk LIBS3_VER := $(LIBS3_VER_MAJOR).$(LIBS3_VER_MINOR) @@ -87,8 +87,8 @@ ifndef CFLAGS endif CFLAGS += -Wall -Werror -std=c99 -Iinc $(CURL_CFLAGS) $(LIBXML2_CFLAGS) \ - -DLIBS3_VER_MAJOR=$(LIBS3_VER_MAJOR) \ - -DLIBS3_VER_MINOR=$(LIBS3_VER_MINOR) + -DLIBS3_VER_MAJOR=\"$(LIBS3_VER_MAJOR)\" \ + -DLIBS3_VER_MINOR=\"$(LIBS3_VER_MINOR)\" # -------------------------------------------------------------------------- -- cgit v1.2.1