cygwin-1.5.25/group/exports.sh
author Pat Downey <patrick.downey@nokia.com>
Thu, 25 Jun 2009 15:59:57 +0100
changeset 2 f7b568853d3e
parent 1 01a9c5986656
permissions -rwxr-xr-x
Catch up of Symbian tools for @1634313
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     1
#!/bin/bash
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     2
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     3
# script to generate exports for this component
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     4
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     5
# copy ../win32/* to /tools/sbs/win32/cygwin
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     6
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     7
find ../win32 -type f -print | grep -v 'distribution.policy.s60' | sed 's!\.\./win32\(.*\)!\.\./win32\1 /tools/sbs/win32/cygwin\1!' > exports.inf
01a9c5986656 Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     8