Skip to content

Commit

Permalink
modified: src/qt/forms/overviewpage.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
PlexusCoin committed Aug 22, 2018
1 parent e92356b commit c309f5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions contrib/devtools/split-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ $# -ne 3 ];
then echo "usage: $0 <input> <stripped-binary> <debug-binary>"
fi

/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3
/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --strip-debug $1 $2
/usr/bin/x86_64-w64-mingw32-strip --enable-deterministic-archives -p -s $2
/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2
/usr/bin/objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3
/usr/bin/objcopy --enable-deterministic-archives -p --strip-debug $1 $2
/usr/bin/strip --enable-deterministic-archives -p -s $2
/usr/bin/objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2
6 changes: 6 additions & 0 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,12 @@
<height>238</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>238</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/test/buildenv.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/python
exeext=".exe"
exeext=""

0 comments on commit c309f5c

Please sign in to comment.