rename ritevm.a to mruby.a

This commit is contained in:
Yukihiro Matsumoto
2012-05-02 10:11:56 +09:00
parent e1f7617ff6
commit 39cf53d028
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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