diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-22 08:38:07 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-22 08:38:07 +0000 |
| commit | 2ead8b1d540a26c303ab4a90388538aaf48a6bbf (patch) | |
| tree | 5958dab473dc490db4a6deb7949709643cb3f0f0 /win32 | |
| parent | ed0e973c737ab147d501d70d4fb8bcf897e9b22b (diff) | |
| download | ruby-2ead8b1d540a26c303ab4a90388538aaf48a6bbf.tar.gz ruby-2ead8b1d540a26c303ab4a90388538aaf48a6bbf.tar.xz ruby-2ead8b1d540a26c303ab4a90388538aaf48a6bbf.zip | |
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(HAVE_GETCWD): output to config.h.
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(XCFLAGS): output to config.status.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ba7058c27..700c80c75 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -251,6 +251,7 @@ config.h: #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 +#define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 #define HAVE_ISINF 1 @@ -344,6 +345,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@STATIC@,$(STATIC),;t t |
