Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
[BUILD] Depends for source Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
bettexproject committed Sep 11, 2018
1 parent 7058ab0 commit 6a58ed9
Show file tree
Hide file tree
Showing 381 changed files with 1,020,295 additions and 246 deletions.
1,177 changes: 1,177 additions & 0 deletions Makefile

Large diffs are not rendered by default.

32,305 changes: 32,305 additions & 0 deletions autom4te.cache/output.0

Large diffs are not rendered by default.

32,305 changes: 32,305 additions & 0 deletions autom4te.cache/output.1

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions autom4te.cache/requests

Large diffs are not rendered by default.

6,125 changes: 6,125 additions & 0 deletions autom4te.cache/traces.0

Large diffs are not rendered by default.

1,682 changes: 1,682 additions & 0 deletions autom4te.cache/traces.1

Large diffs are not rendered by default.

Empty file modified build-aux/compile
100644 → 100755
Empty file.
Empty file modified build-aux/config.guess
100644 → 100755
Empty file.
Empty file modified build-aux/config.sub
100644 → 100755
Empty file.
Empty file modified build-aux/depcomp
100644 → 100755
Empty file.
Empty file modified build-aux/install-sh
100644 → 100755
Empty file.
Empty file modified build-aux/missing
100644 → 100755
Empty file.
Empty file modified build-aux/test-driver
100644 → 100755
Empty file.
7,084 changes: 7,084 additions & 0 deletions config.log

Large diffs are not rendered by default.

2,462 changes: 2,462 additions & 0 deletions config.status

Large diffs are not rendered by default.

32,305 changes: 32,305 additions & 0 deletions configure

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions contrib/devtools/split-debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

if [ $# -ne 3 ];
then echo "usage: $0 <input> <stripped-binary> <debug-binary>"
fi

/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3
/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --strip-debug $1 $2
/usr/bin/i686-w64-mingw32-strip --enable-deterministic-archives -p -s $2
/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2
Loading

0 comments on commit 6a58ed9

Please sign in to comment.