mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* symbian/setup (*.pkg): Ruby Core installation separated from standard extensions.
* symbian/setup (config.h): support for 2nd internal drive added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f600a43d62
commit
e64193ea37
1 changed files with 15 additions and 1 deletions
|
@ -187,7 +187,7 @@ define config_h
|
|||
@echo>>$(1) #define RUBY_LIB_VERSION_STYLE 3
|
||||
@echo>>$(1) #define RUBY_LIB_PREFIX "C:/Data/Ruby/lib"
|
||||
@echo>>$(1) #define RUBY_SITE_LIB "E:/Data/Ruby/lib"
|
||||
@echo>>$(1) #define RUBY_VENDOR_LIB "C:/Data/Ruby/lib"
|
||||
@echo>>$(1) #define RUBY_VENDOR_LIB "F:/Data/Ruby/lib"
|
||||
@echo>>$(1) #define RUBY_PLATFORM "$(arch)"
|
||||
endef
|
||||
|
||||
|
@ -340,6 +340,7 @@ endef
|
|||
define ext_mmp
|
||||
@echo>$(1)$(2).mmp TARGET $(2).dll
|
||||
@echo>>$(1)$(2).mmp TARGETTYPE DLL
|
||||
@echo>>$(1)$(2).mmp EPOCALLOWDLLDATA
|
||||
@echo>>$(1)$(2).mmp UID 0x10004262 $(3)
|
||||
@echo>>$(1)$(2).mmp VENDORID 0
|
||||
@echo>>$(1)$(2).mmp SECUREID $(3)
|
||||
|
@ -391,6 +392,19 @@ define ruby_pkg
|
|||
@echo>>$(1) "$(EPOCROOT)epoc32\release\gcce\urel\Ruby.exe"-"!:\sys\bin\Ruby.exe"
|
||||
endef
|
||||
|
||||
define core_ext_pkg
|
||||
@echo>$(1) ^&EN
|
||||
|
||||
@echo>>$(1) #{"Ruby Core Extensions"},($(STRINGIO_UID)),$(MAJOR),$(MINOR),$(TEENY)
|
||||
|
||||
@echo>>$(1) %%{"Symbian Research"}
|
||||
|
||||
@echo>>$(1) :"Symbian Research"
|
||||
|
||||
@echo>>$(1) ($(RUBY_UID)), $(MAJOR),$(MINOR),$(TEENY), {"Symbian Ruby"}
|
||||
|
||||
@echo>>$(1) [0x101F7961], 0, 0, 0, {"S60ProductID"}
|
||||
endef
|
||||
|
||||
define ext_pkg
|
||||
@echo>>$(1) "$(EPOCROOT)epoc32\release\gcce\urel\$(2).dll"-"!:\sys\bin\$(2).dll"
|
||||
|
|
Loading…
Add table
Reference in a new issue