Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
36d6e4b3
Commit
36d6e4b3
authored
12 years ago
by
Dicson
Browse files
Options
Downloads
Patches
Plain Diff
Add build.bat
parent
83dfd5e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.bat
+37
-0
37 additions, 0 deletions
build.bat
with
37 additions
and
0 deletions
build.bat
0 → 100644
+
37
−
0
View file @
36d6e4b3
rmdir
/S /Q
gajim_built
mkdir
gajim_built
hg
archive
gajim_built
xcopy
..\gajim
-plugins
\plugin_installer
gajim_built
\plugins\plugin_installer
/e /i
copy
msgfmt
.exe
gajim_built
copy
gettextsrc
.dll
gajim_built
copy
gettextlib
.dll
gajim_built
copy
msvcr90
.dll
gajim_built
cd
gajim_built
REM for libglade-2.0.0.dll
PATH
=
..\src\gtk\bin
;
%PATH%
c
:\python27\python.exe
setup_win32
.py
build_exe
move
build
\exe.win32
-
2
.7 .
rename
exe
.win32
-
2
.7
bin
copy
..\LIBEAY32.dll
bin
copy
..\SSLEAY32.dll
bin
mkdir
bin
\gtk
cd
../src/gtk
hg
archive
..\..\gajim_built\bin\gtk
cd
../../gajim_built/
REM for msgfmt
PATH
=
bin
\gtk\bin
;
%PATH%
for
%%l
in
(
po
\
*
.po
)
do
mkdir
po
\
%%~nl
&
mkdir
po
\
%%~nl
\LC_MESSAGES
&
msgfmt
-o
po
\
%%~nl
\LC_MESSAGES\gajim.mo
%%l
"C:\Program Files\NSIS\makensis"
gajim
.nsi
cd
..
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment