Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiste
libbulletml
Commits
f2fea3f9
Commit
f2fea3f9
authored
Dec 12, 2017
by
Kiste
Browse files
Fix stuff
parent
cf481388
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
f2fea3f9
*.a
*.o
*.so*
bulletml.d
xmltest
src/Makefile
View file @
f2fea3f9
#CXXFLAGS = -g -W -Wall -ansi -pedantic
#CXXFLAGS = -pg -g -W -Wall -ansi -pedantic
#CXXFLAGS = -O2 -W -Wall -ansi -pedantic -I. -I../d_cpp
CXXFLAGS
=
-O2
-W
-Wall
-ansi
-pedantic
CFLAGS
=
-O2
CXXFLAGS
=
-O2
-W
-Wall
-ansi
-pedantic
-fPIC
CFLAGS
=
-O2
-fPIC
LDFLAGS
=
INCLUDES
=
-I
.
-I
../d_cpp
OBJS
=
bulletmlparser-tinyxml.o bulletmlparser.o bulletmltree.o calc.o
\
...
...
src/calc.cpp
deleted
100644 → 0
View file @
cf481388
This diff is collapsed.
Click to expand it.
src/tinyxml/Makefile
View file @
f2fea3f9
...
...
@@ -21,8 +21,8 @@ LD := g++
AR
:=
ar rc
RANLIB
:=
ranlib
DEBUG_CFLAGS
:=
-Wall
-Wno-unknown-pragmas
-Wno-format
-g
-DDEBUG
RELEASE_CFLAGS
:=
-Wall
-Wno-unknown-pragmas
-Wno-format
-O2
DEBUG_CFLAGS
:=
-Wall
-Wno-unknown-pragmas
-Wno-format
-g
-DDEBUG
-fPIC
RELEASE_CFLAGS
:=
-Wall
-Wno-unknown-pragmas
-Wno-format
-O2
-fPIC
LIBS
:=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment