Credit conversions.
This commit is contained in:
parent
342797575f
commit
0d20884637
2 changed files with 34 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ brmsaptool: $(BRMSAPTOOL-DEPS)
|
|||
$(CSC) -o $@ $<
|
||||
|
||||
brmsaptool-static: $(BRMSAPTOOL-OBJS)
|
||||
$(CSC) -static -k -o $@ $(BRMSAPTOOL-SOURCES)
|
||||
$(CSC) -static -o $@ $(BRMSAPTOOL-SOURCES)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue