Link to sdl and azure

This commit is contained in:
Brian Anderson 2012-04-15 19:19:57 -07:00
parent b6896c6e42
commit 8a1f815bc2
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@ VPATH=%VPATH%
RUSTC?=rustc
RUSTFLAGS?=
RUSTFLAGS += -L src/rust-azure -L src/rust-sdl
RUST_SRC=$(shell find $(VPATH)/src -type f -name '*.rs')
.PHONY: all

View file

@ -7,6 +7,8 @@
#[license = "MPL"];
use std;
use sdl;
use azure;
mod dom {
mod base;