From 39cf53d0288895aa46a9c81e2d112759f1d7ac57 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 2 May 2012 10:11:56 +0900 Subject: rename ritevm.a to mruby.a --- src/Makefile | 2 +- tools/mrbc/Makefile | 2 +- tools/mruby/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index e173cbbba..1b139389a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # project-specific macros # extension of the executable-file is modifiable(.exe .out ...) BASEDIR = . -TARGET := ../lib/ritevm +TARGET := ../lib/mruby ifeq ($(OS),Windows_NT) LIB := $(TARGET).lib else diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index 475f406cf..282032c76 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -5,7 +5,7 @@ # extension of the executable-file is modifiable(.exe .out ...) BASEDIR := ../../src TARGET := ../../bin/mrbc -LIB := ../../lib/ritevm +LIB := ../../lib/mruby ifeq ($(OS),Windows_NT) EXE := $(TARGET).exe LIBR := $(LIB).lib diff --git a/tools/mruby/Makefile b/tools/mruby/Makefile index 6fe362b54..956f2f709 100644 --- a/tools/mruby/Makefile +++ b/tools/mruby/Makefile @@ -5,7 +5,7 @@ # extension of the executable-file is modifiable(.exe .out ...) BASEDIR = ../../src TARGET := ../../bin/mruby -LIB := ../../lib/ritevm +LIB := ../../lib/mruby ifeq ($(OS),Windows_NT) EXE := $(TARGET).exe LIBR := $(LIB).lib -- cgit v1.2.3