Makefile fixes.
Fixed export_templates.mk and reenabled it
Updated fshell version generation to better work with multiple platforms including winscw
Updated other extension makefiles to better work with sbs --what
# localdrive.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name localdrive==short-descriptionManipulate local drives using RLocalDrive.==long-description==argument enum operation optionalOperation to perform.==enum-value listList info about the given drive, or if not specified list all available local drives.==enum-value readDumps the raw contents of the specified drive to the file given by --file, or stdout if not specified.==enum-value writeWrite the file specified by --file back into the partition given by <drive>. The file size must match the partition size exactly.==argument int drive optionalThe drive to operate on. Must be specified for read and write commands.==option bool b bytesDisplay sizes in bytes rather than as human-readable strings - ie "1048576" rather than "1 MB".==option filename f fileUse in conjunction with read and write to specify the file to read/write the raw partition data from/to.==copyrightCopyright (c) 2010 Accenture. All rights reserved.