Source-Repo: https://github.com/servo/servo
Source-Revision: 8a1f815bc220d1142fcb7163c07fec1db5eb368e
This commit is contained in:
Brian Anderson 2012-04-15 19:19:57 -07:00
Родитель 86fb96a1ba
Коммит d47b650ef1
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

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