if ($host_platform{'integer_length'} >= 64) {
        $CFLAGS = "$CFLAGS -DDYLAN_64BIT";
}       
	
do emit_library_rule(
    'Dylan', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install'
);
