Better stripping and regeneration.
This commit is contained in:
parent
503fbcd574
commit
b5ba10cf4c
1 changed files with 2 additions and 4 deletions
|
@ -55,8 +55,7 @@ HACKERBASE-OBJS=hackerbase.o testing.o listing.o month.o period.o \
|
||||||
imports: $(HACKERBASE-DEPS)
|
imports: $(HACKERBASE-DEPS)
|
||||||
|
|
||||||
../hackerbase: $(HACKERBASE-OBJS)
|
../hackerbase: $(HACKERBASE-OBJS)
|
||||||
$(CSC) -static -o $@ $(HACKERBASE-OBJS)
|
$(CSC) -strip -static -o $@ $(HACKERBASE-OBJS)
|
||||||
strip $@
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
@ -73,8 +72,7 @@ install: static
|
||||||
$(CSC) -c -static $<
|
$(CSC) -c -static $<
|
||||||
|
|
||||||
%.import.scm: %.scm
|
%.import.scm: %.scm
|
||||||
@rm -f $@
|
$(CSC) -regenerate-import-libraries -P -J $<
|
||||||
$(CSC) -P -J $<
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Main program
|
# Main program
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue