mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Flat is better than nested.
This commit is contained in:
parent
dc882b8ecf
commit
e3b536e20d
6 changed files with 3 additions and 3 deletions
|
@ -236,8 +236,8 @@ DONE_script = $(B)src/components/script/libscript.dummy
|
|||
DEPS_script = $(CRATE_script) $(SRC_script) $(DONE_SUBMODULES) $(DONE_util) $(DONE_net) $(DONE_gfx) $(DONE_msg)
|
||||
|
||||
RFLAGS_style = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/util -L $(B)src/components/script -L $(B)src/components/gfx -L $(B)src/components/net -L $(B)src/components/msg
|
||||
MAKO_ZIP = $(S)src/components/style/properties/Mako-0.8.1.zip
|
||||
MAKO_style = $(S)src/components/style/properties/mod.rs
|
||||
MAKO_ZIP = $(S)src/components/style/Mako-0.8.1.zip
|
||||
MAKO_style = $(S)src/components/style/properties.rs
|
||||
MAKO_SRC_style = $(MAKO_style).mako
|
||||
SRC_style = $(call rwildcard,$(S)src/components/style/,*.rs) $(MAKO_style)
|
||||
CRATE_style = $(S)src/components/style/style.rc
|
||||
|
|
1
src/components/style/.gitignore
vendored
Normal file
1
src/components/style/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
properties.rs
|
1
src/components/style/properties/.gitignore
vendored
1
src/components/style/properties/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
mod.rs
|
Loading…
Add table
Add a link
Reference in a new issue