mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
tmp hack to run native
This commit is contained in:
parent
030759d5fe
commit
adb26f5056
1 changed files with 6 additions and 0 deletions
|
@ -805,7 +805,13 @@ sym_drawctxt_make( MPFORMAL CWindowGc* aGC, CCoeEnv* aCoeEnv,
|
|||
|
||||
#if defined DEBUG && defined SERIES_80
|
||||
/* this path will change for other platforms/devices!!! */
|
||||
#if 1
|
||||
/* simulator */
|
||||
_LIT( kBitmapsPath, "z:\\system\\apps\\XWORDS\\xwbitmaps.mbm" );
|
||||
#else
|
||||
/* device. Why do I need this???? */
|
||||
_LIT( kBitmapsPath, "c:\\system\\apps\\XWORDS\\xwbitmaps.mbm" );
|
||||
#endif
|
||||
TFileName bitmapFile( kBitmapsPath );
|
||||
|
||||
XP_LOGF( "loading bitmaps0" );
|
||||
|
|
Loading…
Reference in a new issue