Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
691c8f24
Commit
691c8f24
authored
Mar 09, 2012
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put wx libraries in the right place of the linker command. Needed to make mse link on g++ 4.6.
parent
ebe7f6ea
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
793 additions
and
680 deletions
+793
-680
MakeAM.sh
MakeAM.sh
+2
-2
Makefile.am
Makefile.am
+152
-152
Makefile.in
Makefile.in
+2
-2
aclocal.m4
aclocal.m4
+202
-157
configure
configure
+435
-367
No files found.
MakeAM.sh
View file @
691c8f24
...
@@ -13,7 +13,7 @@ AUTOMAKE_OPTIONS = subdir-objects
...
@@ -13,7 +13,7 @@ AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = magicseteditor
bin_PROGRAMS = magicseteditor
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall
AM_LDFLAGS =
@WX_LIBS@
$(BOOST_LDFLAGS)
AM_LDFLAGS = $(BOOST_LDFLAGS)
.hpp.gch:
.hpp.gch:
target=`echo $@ | sed "s|.gch$$|.hpp|"`;\
target=`echo $@ | sed "s|.gch$$|.hpp|"`;\
...
@@ -24,7 +24,7 @@ AM_LDFLAGS = @WX_LIBS@ $(BOOST_LDFLAGS)
...
@@ -24,7 +24,7 @@ AM_LDFLAGS = @WX_LIBS@ $(BOOST_LDFLAGS)
.gch.o:
.gch.o:
gcc -x c - -c -o $@ <<<""
gcc -x c - -c -o $@ <<<""
magicseteditor_LDADD = $(BOOST_REGEX_LIB)
magicseteditor_LDADD =
@WX_LIBS@
$(BOOST_REGEX_LIB)
magicseteditor_CXXFLAGS = $(AM_CXXFLAGS)
magicseteditor_CXXFLAGS = $(AM_CXXFLAGS)
magicseteditor_SOURCES =
magicseteditor_SOURCES =
...
...
Makefile.am
View file @
691c8f24
This diff is collapsed.
Click to expand it.
Makefile.in
View file @
691c8f24
...
@@ -472,8 +472,8 @@ top_srcdir = @top_srcdir@
...
@@ -472,8 +472,8 @@ top_srcdir = @top_srcdir@
# This flag allows us to use subdirectories:
# This flag allows us to use subdirectories:
AUTOMAKE_OPTIONS = subdir-objects
AUTOMAKE_OPTIONS = subdir-objects
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall
AM_CXXFLAGS = @WX_CXXFLAGS@ $(BOOST_CXXFLAGS) -I. -Wall
AM_LDFLAGS =
@WX_LIBS@
$(BOOST_LDFLAGS)
AM_LDFLAGS = $(BOOST_LDFLAGS)
magicseteditor_LDADD = $(BOOST_REGEX_LIB)
magicseteditor_LDADD =
@WX_LIBS@
$(BOOST_REGEX_LIB)
magicseteditor_CXXFLAGS = $(AM_CXXFLAGS) $(am__append_2)
magicseteditor_CXXFLAGS = $(AM_CXXFLAGS) $(am__append_2)
# The script used to generate is MakeAM.sh
# The script used to generate is MakeAM.sh
...
...
aclocal.m4
View file @
691c8f24
This diff is collapsed.
Click to expand it.
configure
View file @
691c8f24
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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