Skip to content

Commit

Permalink
extern.sh: remove dead code
Browse files Browse the repository at this point in the history
Obsolete; we use a different method to declare windows symbols
(see `make headers`).
  • Loading branch information
magical committed Nov 22, 2020
1 parent d4b41c2 commit 101c21a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions extern.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ for file in crt.asm seg2.asm logic.asm seg4.asm seg5.asm seg6.asm movement.asm s
echo
i=$((i+1))
done
#for file in info/*.sym; do
# echo "; $file"
# module=$(basename "$file" .sym)
# awk -e '/^[0-9]+ \w+/ { if ($2 == "equate" || $2 == "varargs") { sym=$3 } else { sym=$2 }; printf("EXTERN %-30s; @%d\n", "'"$module"'." sym, $1) }' <$file
# echo
#done

0 comments on commit 101c21a

Please sign in to comment.