Skip to content
Snippets Groups Projects
Commit 4f116673 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Undo src/Makefile

Let see, revert OBJCOPY,OBJDUMP and WINDRES statements
parent 008efa9b
No related branches found
No related tags found
No related merge requests found
......@@ -141,9 +141,9 @@ endif
OBJDUMP_OPTS?=--wide --source --line-numbers
OBJCOPY?=$(call Prefix,objcopy)
OBJDUMP?=$(call Prefix,objdump)
WINDRES?=$(call Prefix,windres)
OBJCOPY:=$(call Prefix,objcopy)
OBJDUMP:=$(call Prefix,objdump)
WINDRES:=$(call Prefix,windres)
GZIP?=gzip
GZIP_OPTS?=-9 -f -n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment