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" John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
