diff options
-rw-r--r-- | Makefile.in | 14 | ||||
-rw-r--r-- | src/components/gfx/gfx.rs (renamed from src/components/gfx/gfx.rc) | 0 | ||||
-rwxr-xr-x | src/components/main/servo.rs (renamed from src/components/main/servo.rc) | 0 | ||||
-rw-r--r-- | src/components/msg/msg.rs (renamed from src/components/msg/msg.rc) | 0 | ||||
-rw-r--r-- | src/components/net/net.rs (renamed from src/components/net/net.rc) | 0 | ||||
-rw-r--r-- | src/components/script/script.rs (renamed from src/components/script/script.rc) | 0 | ||||
-rw-r--r-- | src/components/style/style.rs (renamed from src/components/style/style.rc) | 0 | ||||
-rw-r--r-- | src/components/util/util.rs (renamed from src/components/util/util.rc) | 0 |
8 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in index 49ff74a73d1..77a743544bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,28 +210,28 @@ DONE_SUBMODULES = $(foreach submodule,$(SUBMODULES),$(DONE_$(submodule))) RFLAGS_util = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) SRC_util = $(call rwildcard,$(S)src/components/util/,*.rs) -CRATE_util = $(S)src/components/util/util.rc +CRATE_util = $(S)src/components/util/util.rs DONE_util = $(B)src/components/util/libutil.dummy DEPS_util = $(CRATE_util) $(SRC_util) $(DONE_SUBMODULES) RFLAGS_net = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/util SRC_net = $(call rwildcard,$(S)src/components/net/,*.rs) -CRATE_net = $(S)src/components/net/net.rc +CRATE_net = $(S)src/components/net/net.rs DONE_net = $(B)src/components/net/libnet.dummy DEPS_net = $(CRATE_net) $(SRC_net) $(DONE_SUBMODULES) $(DONE_util) RFLAGS_msg = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) SRC_msg = $(call rwildcard,$(S)src/components/msg/,*.rs) -CRATE_msg = $(S)src/components/msg/msg.rc +CRATE_msg = $(S)src/components/msg/msg.rs DONE_msg = $(B)src/components/msg/libmsg.dummy DEPS_msg = $(CRATE_msg) $(SRC_msg) $(DONE_SUBMODULES) RFLAGS_gfx = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/util -L $(B)src/components/style -L $(B)src/components/net -L $(B)src/components/msg SRC_gfx = $(call rwildcard,$(S)src/components/gfx/,*.rs) -CRATE_gfx = $(S)src/components/gfx/gfx.rc +CRATE_gfx = $(S)src/components/gfx/gfx.rs DONE_gfx = $(B)src/components/gfx/libgfx.dummy DEPS_gfx = $(CRATE_gfx) $(SRC_gfx) $(DONE_SUBMODULES) $(DONE_util) $(DONE_style) $(DONE_net) $(DONE_msg) @@ -246,7 +246,7 @@ BINDINGS_script = $(patsubst %.webidl, %Binding.rs, $(WEBIDLS_script)) AUTOGEN_SRC_script = $(foreach var, $(BINDINGS_script), $(subst $(WEBIDLS_SRC), $(BINDINGS_SRC), $(var))) SRC_script = $(call rwildcard,$(S)src/components/script/,*.rs) $(AUTOGEN_SRC_script) -CRATE_script = $(S)src/components/script/script.rc +CRATE_script = $(S)src/components/script/script.rs DONE_script = $(B)src/components/script/libscript.dummy DEPS_script = $(CRATE_script) $(SRC_script) $(DONE_SUBMODULES) $(DONE_util) $(DONE_style) $(DONE_net) $(DONE_msg) @@ -256,7 +256,7 @@ 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 +CRATE_style = $(S)src/components/style/style.rs DONE_style = $(B)src/components/style/libstyle.dummy DEPS_style = $(CRATE_style) $(SRC_style) $(DONE_SUBMODULES) $(DONE_util) @@ -264,7 +264,7 @@ DEPS_style = $(CRATE_style) $(SRC_style) $(DONE_SUBMODULES) $(DONE_util) RFLAGS_servo = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/gfx -L $(B)src/components/util -L $(B)src/components/net -L $(B)src/components/script -L $(B)src/components/style -L $(B)src/components/msg SRC_servo = $(call rwildcard,$(S)src/components/main/,*.rs) -CRATE_servo = $(S)src/components/main/servo.rc +CRATE_servo = $(S)src/components/main/servo.rs DEPS_servo = $(CRATE_servo) $(SRC_servo) $(DONE_SUBMODULES) $(DONE_util) $(DONE_gfx) $(DONE_script) $(DONE_net) $(DONE_msg) $(DONE_style) diff --git a/src/components/gfx/gfx.rc b/src/components/gfx/gfx.rs index 5f30e60b4aa..5f30e60b4aa 100644 --- a/src/components/gfx/gfx.rc +++ b/src/components/gfx/gfx.rs diff --git a/src/components/main/servo.rc b/src/components/main/servo.rs index 86f1602754c..86f1602754c 100755 --- a/src/components/main/servo.rc +++ b/src/components/main/servo.rs diff --git a/src/components/msg/msg.rc b/src/components/msg/msg.rs index e27148b09d7..e27148b09d7 100644 --- a/src/components/msg/msg.rc +++ b/src/components/msg/msg.rs diff --git a/src/components/net/net.rc b/src/components/net/net.rs index 7378c7c059b..7378c7c059b 100644 --- a/src/components/net/net.rc +++ b/src/components/net/net.rs diff --git a/src/components/script/script.rc b/src/components/script/script.rs index 42475df420e..42475df420e 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rs diff --git a/src/components/style/style.rc b/src/components/style/style.rs index c5ae2428064..c5ae2428064 100644 --- a/src/components/style/style.rc +++ b/src/components/style/style.rs diff --git a/src/components/util/util.rc b/src/components/util/util.rs index 44431da502d..44431da502d 100644 --- a/src/components/util/util.rc +++ b/src/components/util/util.rs |