Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
4ddc1968
Commit
4ddc1968
authored
May 23, 2012
by
Rob Smits
Browse files
Makefile.mingw:
packaging/windows/pidgin-otr.nsi: A couple small tweaks and updates to Windows packaging
parent
8695d4f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.mingw
View file @
4ddc1968
...
...
@@ -93,7 +93,7 @@ prepare_win32_export: all
otr_readforge.exe otr_sesskeys.exe
;
do
\
cp
-a
$(LIBOTRBINDIR)
/
$$
f win32_export/
;
done
cp
-a
$(LIBOTRSRCDIR)
/README win32_export/README.Toolkit.txt
cp
-a
$(LIBOTRSRCDIR)
/Protocol-v
2
.html win32_export/Protocol-v
2
.html
cp
-a
$(LIBOTRSRCDIR)
/Protocol-v
3
.html win32_export/Protocol-v
3
.html
cp
-a
$(LIBOTRSRCDIR)
/COPYING win32_export/COPYING.txt
cp
-a
$(LIBOTRSRCDIR)
/COPYING.LIB win32_export/COPYING.LIB.txt
cp
-a
$(TARGET)
win32_export/
...
...
@@ -104,11 +104,10 @@ prepare_win32_export: all
mkdir
-p
win32_export/locale/
$$
l/LC_MESSAGES
;
\
cp
-a
$$
i win32_export/locale/
$$
l/LC_MESSAGES/pidgin-otr.mo
;
\
done
cp
-a
po/
*
.gmo win32_export/
cd
win32_export
;
\
i586-mingw32msvc-strip
*
.exe
*
.dll
;
\
perl
-pi
-e
's/$$/\r/'
README.Toolkit.txt Protocol-v
2
.html
\
COPYING.txt COPYING.LIB.txt README.txt
;
\
perl
-pi
-e
's/$$/\r/'
README.Toolkit.txt Protocol-v
3
.html
\
COPYING.txt COPYING.LIB.txt README.txt
;
installer
:
prepare_win32_export
makensis packaging/windows/pidgin-otr.nsi
...
...
@@ -116,9 +115,9 @@ installer: prepare_win32_export
## Package up all the pieces needed to build the installer
zip
:
prepare_win32_export
rm
-f
../
$(ZIPFILE)
;
\
zip
-r
../
$(ZIPFILE)
README.txt
\
README.Toolkit.txt Protocol-v2.html COPYING.txt
\
COPYING.LIB.txt
*
.exe
*
.dll
*
.nsi locale
rm
-f
$(ZIPFILE)
cd
win32_export
;
\
zip
-r
$(ZIPFILE)
./
*
;
\
mv
$(ZIPFILE)
../
;
rm
-rf
win32_export
packaging/windows/pidgin-otr.nsi
View file @
4ddc1968
...
...
@@ -43,7 +43,7 @@
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
!insertmacro MUI_PAGE_LICENSE "../../
../libotr
/COPYING"
!insertmacro MUI_PAGE_LICENSE "../../
win32_export
/COPYING
.txt
"
; Directory page
!insertmacro MUI_PAGE_DIRECTORY
; Instfiles page
...
...
@@ -84,7 +84,7 @@ Section "MainSection" SEC01
SetOverwrite on
; What the next line means is to recursively search /usr/share/locale
; and install all files under there named pidgin-otr.mo
File /r "
/usr/share
/locale/pidgin-otr.mo"
File /r "
../../win32_export
/locale/pidgin-otr.mo"
SetOutPath "$INSTDIR"
SetOverwrite on
...
...
@@ -97,7 +97,7 @@ Section "MainSection" SEC01
File "../../win32_export/README.txt"
File "../../win32_export/COPYING.txt"
File "../../win32_export/COPYING.LIB.txt"
File "../../win32_export/Protocol-v
2
.html"
File "../../win32_export/Protocol-v
3
.html"
File "../../win32_export/otr_mackey.exe"
File "../../win32_export/otr_modify.exe"
File "../../win32_export/otr_parse.exe"
...
...
@@ -136,7 +136,7 @@ Section Uninstall
Delete "$INSTDIR\pidgin-otr-uninst.exe"
Delete "$INSTDIR\README.Toolkit.txt"
Delete "$INSTDIR\README.txt"
Delete "$INSTDIR\Protocol-v
2.txt
"
Delete "$INSTDIR\Protocol-v
3.html
"
Delete "$INSTDIR\COPYING.txt"
Delete "$INSTDIR\COPYING.LIB.txt"
Delete "$INSTDIR\otr_mackey.exe"
...
...
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