ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
be excluded from the test.ini", "no");
-
-ARG_ENABLE('asm', 'Enable .asm output for .c files', 'no');
-setup_asm();
\ No newline at end of file
}
}
-function setup_asm()
-{
- if (PHP_ASM != 'no') {
- if (!FSO.FolderExists(configure_subst.Item('BUILD_DIR') + '\\asm')) {
- FSO.CreateFolder(configure_subst.Item('BUILD_DIR') + '\\asm');
- }
-
- ADD_FLAG('CFLAGS', ' /Fa' + configure_subst.Item('BUILD_DIR') + '\\asm\\');
-
- STDOUT.WriteLine('Enabling .asm output for .c files');
- }
-}
-
function setup_zts_stuff()
{
if (PHP_ZTS == "yes") {