summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-21 15:02:19 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-21 15:02:19 +0000
commitf0c0d98dc3d3ba63022a93003b2c7b7ffde2b809 (patch)
tree025201c36782dc3ac2925b227b06914c6605338b /symbian
parent83c2f60b88c73337bcb2fa86228974bddb95f2c8 (diff)
* symbian/setup (config.h): RUBY_EXEC_PREFIX defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'symbian')
-rw-r--r--symbian/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/setup b/symbian/setup
index 0da9cfe45a..54f5c30ca6 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -183,6 +183,7 @@ define config_h
@echo>>$(1) #define DLEXT_MAXLEN 4
@echo>>$(1) #define DLEXT ".dll"
@echo>>$(1) #define EXECUTABLE_EXTS ".exe",".com",".cmd",".bat"
+@echo>>$(1) #define RUBY_EXEC_PREFIX ""
@echo>>$(1) #define DLN_NEEDS_ALT_SEPARATOR '\\'
@echo>>$(1) #define RUBY_LIB_VERSION_STYLE 3
@echo>>$(1) #define RUBY_LIB_PREFIX "C:/Data/Ruby/lib"