Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
9f654cb5
Commit
9f654cb5
authored
May 03, 2011
by
shibakaneki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some bugs
parent
804d643f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
6 deletions
+3
-6
Sankore_3.1.pro
Sankore_3.1.pro
+0
-3
release.macx.sh
release.macx.sh
+2
-2
dump_syms
thirdparty/google-breakpad/r318/bin/macx/dump_syms
+0
-0
dmgutil.pl
thirdparty/refnum/dmgutil.pl
+0
-0
Makefile
thirdparty/xpdf/xpdf-3.02/xpdf/Makefile
+1
-1
No files found.
Sankore_3.1.pro
View file @
9f654cb5
...
...
@@ -12,9 +12,6 @@ VERSION_PATCH = 00
VERSION
=
"$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}"
VERSION
=
$$
replace
(
VERSION
,
"\\.r"
,
""
)
SVN_VERSION
=
$$
system
(
svnversion
)
SVN_VERSION
=
$$
replace
(
SVN_VERSION
,
"\\n"
,
""
)
LONG_VERSION
=
"$${VERSION}.$${SVN_VERSION}"
macx
:
OSX_VERSION
=
"$${VERSION} (r$${SVN_VERSION})"
...
...
release.macx.sh
View file @
9f654cb5
...
...
@@ -69,14 +69,14 @@ QMAKE_CMD="$QMAKE -spec macx-g++42"
$QMAKE_CMD
VERSION
=
`
cat
"
$BUILD_DIR
/version"
`
if
[
"
$VERSION
"
=
"
"
]
;
then
if
[
!
-f
"
$BUILD_DIR
/version
"
]
;
then
echo
"version not found"
exit
1
else
LAST_COMMITED_VERSION
=
"
`
git describe
$(
git rev-list
--tags
--max-count
=
1
)
`
"
if
[
"v
$VERSION
"
!=
"
$LAST_COMMITED_VERSION
"
]
;
then
echo
creating a tag with the version
$VERSION
git tag
-a
"v
$VERSION
"
git tag
-a
"v
$VERSION
"
-m
"Generated setup for v
$VERSION
"
git push origin
--tags
else
if
[
"
$1
"
!=
"escape"
]
;
then
...
...
thirdparty/google-breakpad/r318/bin/macx/dump_syms
100644 → 100755
View file @
9f654cb5
File mode changed from 100644 to 100755
thirdparty/refnum/dmgutil.pl
100644 → 100755
View file @
9f654cb5
File mode changed from 100644 to 100755
thirdparty/xpdf/xpdf-3.02/xpdf/Makefile
View file @
9f654cb5
...
...
@@ -26,7 +26,7 @@ LDFLAGS =
T1LIBS
=
FTLIBS
=
XLIBS
=
-lXt
-lXp
-lXext
-lXpm
-lSM
-lICE
-lX11
XLIBS
=
-lX11
SPLASHLIBS
=
-L
$(SPLASHLIBDIR)
-lsplash
...
...
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