Ticket #236: configure.diff
File configure.diff, 553 bytes (added by , 13 years ago) |
---|
-
configure.cmd
798 798 do i = 1 to words(G.CFG_NOBUILD_PARTS) 799 799 j = wordpos(word(G.CFG_NOBUILD_PARTS, i), G.CFG_BUILD_PARTS) 800 800 if (j > 0) then 801 call delword G.CFG_BUILD_PARTS, j801 G.CFG_BUILD_PARTS = delword(G.CFG_BUILD_PARTS, j, 1) 802 802 end 803 803 /* libs is a required part of the build */ 804 804 if (wordpos("libs", G.CFG_BUILD_PARTS) == 0) then