summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-05 15:37:46 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-05 15:37:46 +0000
commit0a457ee0b7f50af0f1a8bb30f1474066201064a8 (patch)
tree6b36c1e1abdeffd5f5916881cc2e8732be8ef54c /symbian
parent11aa6c4107390e581f7a6d9bcc74072fc717f13f (diff)
* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26023 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 06533cd66e..cb9d4eae91 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -168,6 +168,7 @@ define config_h
@echo>>$(1) #define MANGLED_PATH 1
@echo>>$(1) #define DLEXT_MAXLEN 4
@echo>>$(1) #define DLEXT ".dll"
+@echo>>$(1) #define EXECUTABLE_EXTS ".exe",".com",".cmd",".bat"
@echo>>$(1) #define DLN_NEEDS_ALT_SEPARATOR 1
@echo>>$(1) #define RUBY_LIB "C:/Data/Ruby/lib/$(MAJOR).$(MINOR).$(TEENY)"
@echo>>$(1) #define RUBY_SITE_LIB "E:/Data/Ruby/lib"