From 25358510afd53a718e3b2b810be7ee1e7cf56ea4 Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 8 Aug 2003 03:35:46 +0000 Subject: * bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program. add the -aa option to WLDFLAGS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index c95f884f1b..feefe24e48 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -114,7 +114,7 @@ ARFLAGS = /a LD = ilink32 -q -Gn LDSHARED = $(LD) XLDFLAGS = -Tpe c0x32.obj -WLDFLAGS = -Tpe c0w32.obj +WLDFLAGS = -aa -Tpe c0w32.obj DLDFLAGS = -Tpd c0d32.obj LIBRUBY_LDSHARED = $(LDSHARED) LIBRUBY_DLDFLAGS = -Gi $(DLDFLAGS) $(EXTLDFLAGS) -- cgit v1.2.3