mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
rename ritevm.a to mruby.a
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user