Mercurial > vim
comparison src/Makefile @ 685:d7e33248b9c8 v7.0206
updated for version 7.0206
author | vimboss |
---|---|
date | Fri, 24 Feb 2006 23:53:04 +0000 |
parents | e649c78407e6 |
children | a28f83d37113 |
comparison
equal
deleted
inserted
replaced
684:a8caf7dd853d | 685:d7e33248b9c8 |
---|---|
546 # (indirectly) is also marked as leaked memory. | 546 # (indirectly) is also marked as leaked memory. |
547 #PROFILE_CFLAGS = -DEXITFREE | 547 #PROFILE_CFLAGS = -DEXITFREE |
548 #PROFILE_LIBS = -lccmalloc | 548 #PROFILE_LIBS = -lccmalloc |
549 | 549 |
550 # MAC OS X platform | 550 # MAC OS X platform |
551 #MAC_OSX_ARCH = -arch ppc | 551 MAC_OSX_ARCH = -arch ppc |
552 MAC_OSX_ARCH = -arch i386 -arch ppc | 552 #MAC_OSX_ARCH = -arch i386 |
553 | 553 |
554 ##################################################### | 554 ##################################################### |
555 ### Specific systems, check if yours is listed! ### {{{ | 555 ### Specific systems, check if yours is listed! ### {{{ |
556 ##################################################### | 556 ##################################################### |
557 | 557 |