Skip to content

Commit d8acc64

Browse files
committed
release 2.1.0.
1 parent 180b2be commit d8acc64

19 files changed

+125
-81
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
111111
AWK = gawk
112112
CC = gcc -std=gnu99
113113
CCDEPMODE = depmode=gcc3
114-
CFLAGS = -g
114+
CFLAGS = -g -O2
115115
CPP = gcc -E
116116
CPPFLAGS =
117117
CYGPATH_W = echo
@@ -214,7 +214,7 @@ top_builddir = .
214214
top_srcdir = .
215215

216216
# Makefile.am for top build directory.
217-
SUBDIRS = cstl src build-win doc test
217+
SUBDIRS = cstl src build-win test
218218
EXTRA_DIST = VERSION README.Win32
219219
all: config.h
220220
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Makefile.am for top build directory.
2-
SUBDIRS = cstl src build-win doc test
2+
SUBDIRS = cstl src build-win test
33
EXTRA_DIST = VERSION README.Win32

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ top_builddir = @top_builddir@
214214
top_srcdir = @top_srcdir@
215215

216216
# Makefile.am for top build directory.
217-
SUBDIRS = cstl src build-win doc test
217+
SUBDIRS = cstl src build-win test
218218
EXTRA_DIST = VERSION README.Win32
219219
all: config.h
220220
$(MAKE) $(AM_MAKEFLAGS) all-recursive

build-win/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
9898
AWK = gawk
9999
CC = gcc -std=gnu99
100100
CCDEPMODE = depmode=gcc3
101-
CFLAGS = -g
101+
CFLAGS = -g -O2
102102
CPP = gcc -E
103103
CPPFLAGS =
104104
CYGPATH_W = echo

build-win/vc8/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
5858
AWK = gawk
5959
CC = gcc -std=gnu99
6060
CCDEPMODE = depmode=gcc3
61-
CFLAGS = -g
61+
CFLAGS = -g -O2
6262
CPP = gcc -E
6363
CPPFLAGS =
6464
CYGPATH_W = echo
@@ -161,7 +161,7 @@ top_builddir = ../..
161161
top_srcdir = ../..
162162

163163
# for distributing vc8 project
164-
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_it.vcproj libcstl_ut.vcproj
164+
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_ut.vcproj
165165
all: all-am
166166

167167
.SUFFIXES:

build-win/vc8/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# for distributing vc8 project
2-
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_it.vcproj libcstl_ut.vcproj
2+
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_ut.vcproj

build-win/vc8/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ top_builddir = @top_builddir@
161161
top_srcdir = @top_srcdir@
162162

163163
# for distributing vc8 project
164-
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_it.vcproj libcstl_ut.vcproj
164+
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_ut.vcproj
165165
all: all-am
166166

167167
.SUFFIXES:

build-win/vc9/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
5858
AWK = gawk
5959
CC = gcc -std=gnu99
6060
CCDEPMODE = depmode=gcc3
61-
CFLAGS = -g
61+
CFLAGS = -g -O2
6262
CPP = gcc -E
6363
CPPFLAGS =
6464
CYGPATH_W = echo
@@ -161,7 +161,7 @@ top_builddir = ../..
161161
top_srcdir = ../..
162162

163163
# for distributing vc9 project
164-
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_it.vcproj libcstl_ut.vcproj
164+
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_ut.vcproj
165165
all: all-am
166166

167167
.SUFFIXES:

build-win/vc9/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# for distributing vc9 project
2-
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_it.vcproj libcstl_ut.vcproj
2+
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_ut.vcproj

build-win/vc9/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ top_builddir = @top_builddir@
161161
top_srcdir = @top_srcdir@
162162

163163
# for distributing vc9 project
164-
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_it.vcproj libcstl_ut.vcproj
164+
dist_noinst_DATA = libcstl.sln libcstl.vcproj libcstl_ut.vcproj
165165
all: all-am
166166

167167
.SUFFIXES:

0 commit comments

Comments
 (0)