From 0a457ee0b7f50af0f1a8bb30f1474066201064a8 Mon Sep 17 00:00:00 2001 From: azav Date: Sat, 5 Dec 2009 15:37:46 +0000 Subject: * 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 --- symbian/setup | 1 + 1 file changed, 1 insertion(+) (limited to 'symbian') 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" -- cgit v1.2.3