File: makeldd.sh

package info (click to toggle)
ntldd 0.2-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 1,668; makefile: 19; sh: 4
file content (4 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
#! /bin/sh
gcc -fno-common -g -O3 -Wall -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x501 -c libntldd.c -o libntldd.o
ar rs libntldd.a libntldd.o
gcc -fno-common -g -O3 -Wall -D__USE_MINGW_ANSI_STDIO=1 -L. ntldd.c -lntldd -limagehlp -o ntldd.exe