#!/bin/bash # use_7610 # # Problems: EPOC uses old cygwin stuff... # # set up the paths for using Visual Studio .NET from cygwin command line # see .bashrc vc7 # put the Symbian paths first so they are used, instead of, for example, the gcc that comes with cygwin, # and that the Perl you installed for Symbian is used, instead of what might be in cygwin # you may need to modify these paths if you installed the sdk and perl somewhere else export SYMBIANDIR=/cygdrive/c/symbian/7.0s/Nokia_7610_Camera_Plugin export PERLDIR=/cygdrive/c/Perl # export SYMBIANDIR=/cygdrive/c/apps/symbian/7.0s/Nokia_7610_Camera_Plugin # export PERLDIR=/cygdrive/c/apps/Perl export PATH=$SYMBIANDIR/Epoc32/tools:$SYMBIANDIR/Epoc32/release/wins/udeb:$SYMBIANDIR/Epoc32/gcc/bin:$PERLDIR/Perl/bin:$PATH export EPOCROOT=\\ hash -r # subst maps one of the drives, such as S: or Z: (here S:), to point to the SDK root you're going to use subst s: /D subst s: c:\\symbian\\7.0s\\Nokia_7610_Camera_Plugin # subst s: c:\\apps\\symbian\\7.0s\\Nokia_7610_Camera_Plugin