Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nate Graham
Kid3
Commits
ddc90e7d
Commit
ddc90e7d
authored
Apr 04, 2012
by
Urs Fleisch
Browse files
Development snapshot git20120404.
parent
019f231d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ddc90e7d
...
...
@@ -40,7 +40,7 @@ set(CPACK_PACKAGE_VERSION_MAJOR 2)
set
(
CPACK_PACKAGE_VERSION_MINOR 0
)
set
(
CPACK_PACKAGE_VERSION_PATCH 1
)
#set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set
(
CPACK_PACKAGE_VERSION
"git20120
216
"
)
set
(
CPACK_PACKAGE_VERSION
"git20120
404
"
)
set
(
RELEASE_YEAR 2012
)
if
(
WITH_GCC_PCH
)
...
...
macosx/buildkid3.sh
View file @
ddc90e7d
#!/bin/sh
cmake
-G
"Unix Makefiles"
-D
CMAKE_BUILD_TYPE
=
Release
-D
CMAKE_INSTALL_PREFIX
=
-D
WITH_TUNEPIMP
=
OFF
..
cmake
-G
"Unix Makefiles"
-D
CMAKE_BUILD_TYPE
=
Release
-D
CMAKE_INSTALL_PREFIX
=
..
make
cpack
win32/buildkid3.bat
View file @
ddc90e7d
set
QTDIR
=
C
:\Qt\4.8.
0
set
QTDIR
=
C
:\Qt\4.8.
1
set
MSYSDIR
=
C
:\msys\1.0
set
MINGWDIR
=
C
:\MinGW
set
PERLDIR
=
%HOME%
\prg\Perl
...
...
@@ -11,6 +11,6 @@ set DOCBOOKDIR=%HOME%\prg\docbook-xsl-1.72.0
set
PATH
=
%QTDIR%
\bin
;
%MINGWDIR%
\bin
;
C
:\WINNT\System32
;
C
:\Windows\System32
;
%PERLDIR%
\bin
;
%DUMPBINDIR%
;
%CMAKEDIR%
\bin
set
INCLUDE
=
%MSYSDIR%
\local\include
set
LIB
=
%MSYSDIR%
\local\lib
cmake
-G
"MinGW Makefiles"
-D
CMAKE_BUILD_TYPE
=
Release
-D
CMAKE_INSTALL_PREFIX
=
..
\kid3
cmake
-G
"MinGW Makefiles"
-D
CMAKE_BUILD_TYPE
=
Release
-D
CMAKE_INSTALL_PREFIX
=
..
mingw32
-make
cpack
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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