Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

sidplay.mmp

Go to the documentation of this file.
00001 
00011 TARGET        sidplay.app
00012 TARGETTYPE    app
00013 
00014 // WINS compat
00015 #define CRYSTAL
00016 //#define SERIES60
00017 
00018 MACRO         __ER6__
00019 
00020 // temp hack for windows SDK compatibility
00021 #if defined(SERIES60)
00022 MACRO         __SERIES60__
00023 #elif defined(QUARTZ)
00024 MACRO         __QUARTZ__
00025 #else
00026 MACRO         __CRYSTAL__
00027 #ifndef CRYSTAL
00028 #define       CRYSTAL
00029 #endif
00030 #endif // __SERIES60__
00031 
00032 UID           0x100039ce 0x10009a97 // note: 0x100039ce means .APP
00033 TARGETPATH    \system\apps\sidplay
00034  
00035 SOURCEPATH    ..\
00036 
00037 #if defined(SERIES60)
00038 RESOURCE      s60\sidplay.rss
00039 #else
00040 RESOURCE      eikon\sidplay.rss
00041 #endif
00042 
00043 LANG          SC
00044 
00045 SOURCE        eikon\sidplayeik.cpp
00046 SOURCE        eikon\sidplay_view.cpp
00047 SOURCE        eikon\sidplayer.cpp
00048 SOURCE        console\audiodrv_er6.cpp
00049 SOURCE        libsidplay\elog.cpp
00050 
00051 USERINCLUDE   ..\libsidplay\include
00052 USERINCLUDE   ..\libsidplay
00053 USERINCLUDE   ..\libsidplay\emu
00054 USERINCLUDE   ..\eikon
00055 USERINCLUDE   ..\console
00056 USERINCLUDE   ..\group
00057 SYSTEMINCLUDE \epoc32\include
00058 SYSTEMINCLUDE \epoc32\include\libc
00059 
00060 // generic libraries
00061 LIBRARY       euser.lib efsrv.lib                   // core
00062 LIBRARY       apparc.lib bafl.lib cone.lib          // UI stuff
00063 LIBRARY       eikcore.lib                           // instead of eikon.lib 
00064 LIBRARY       libsidplay.lib                        // engine
00065 LIBRARY       mediaclientaudiostream.lib            // Media Surfer
00066 
00067 
00068 // UI specific libraries
00069 #if defined(CRYSTAL)
00070 LIBRARY       ckndlg.lib
00071 LIBRARY       cknctl.lib
00072 LIBRARY       eikcoctl.lib
00073 #elif defined(SERIES60)
00074 LIBRARY       avkon.lib
00075 #else
00076 LIBRARY       gdi.lib
00077 LIBRARY       eikcoctl.lib
00078 LIBRARY       eikctl.lib
00079 LIBRARY       eikcdlg.lib
00080 #endif
00081 
00082 AIF               sidplay.aif ..\aif sidplay.rss c12 \
00083               sidplay_16i.bmp sidplay_16m.bmp \
00084               sidplay_24i.bmp sidplay_24m.bmp \
00085               sidplay_32i.bmp sidplay_32m.bmp \
00086               sidplay_48i.bmp sidplay_48m.bmp

Generated on Tue Feb 8 04:14:12 2005 for Esidplay by doxygen 1.3.3