python-2.5.2/group/exports.sh
author Alex Gilkes <alex.gilkes@nokia.com>
Tue, 12 May 2009 17:36:58 +0100
changeset 1 96ece3500cf4
permissions -rwxr-xr-x
Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     1
#!/bin/bash
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     2
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     3
# script to generate exports for this component
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     4
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     5
# copy ../win32/* to /tools/sbs/win32/python252
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     6
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @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/python252\1!' > exports.inf
96ece3500cf4 Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     8