On Fri 11-Apr-08 12:36am -0600, John Beckett wrote: > > Bill McCarthy wrote: >>> I think the correct way to pass the requested feature >>> without editing feature.h is: >>> >>> make DEFS="-DFEAT_FLOAT" >> >> Thanks John but that didn't work here... > > If you're using Make_mvc.mak, the command is: > > nmake -f Make_mvc.mak "DEFINES=-DFEAT_FLOAT" > > Looking at the make file, it seems your trick of adding it to FEATURES would > work > fine as well, but the above is what's suggested in the make file. To get HUGE > you > would use: > > nmake -f Make_mvc.mak FEATURES=HUGE "DEFINES=-DFEAT_FLOAT"
Neither using DEFS or DEFINES works with Make_ming.mak - what I use. The presence of a user supplied DEFINES, causes its own DEFINES to be skipped. I guess I'll need to stick with my work-around. -- Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
