summaryrefslogtreecommitdiffstats
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
commit16bb722dd7f1629b007b8ae06e2acf9617f4b6c1 (patch)
tree6b36c1e1abdeffd5f5916881cc2e8732be8ef54c
parent922e10b256cbfd0725297735a5af59e6cf2712b6 (diff)
downloadruby-16bb722dd7f1629b007b8ae06e2acf9617f4b6c1.tar.gz
ruby-16bb722dd7f1629b007b8ae06e2acf9617f4b6c1.tar.xz
ruby-16bb722dd7f1629b007b8ae06e2acf9617f4b6c1.zip
* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--symbian/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/setup b/symbian/setup
index 06533cd66..cb9d4eae9 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"