mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
10 lines
220 B
Makefile
10 lines
220 B
Makefile
include ../tools.mk
|
|
|
|
# only-windows-gnu
|
|
|
|
all:
|
|
$(RUSTC) foo.rs
|
|
# FIXME: we should make sure __stdcall calling convention is used here
|
|
# but that only works with LLD right now
|
|
nm -g "$(call IMPLIB,foo)" | $(CGREP) bar
|