diff options
author | Paweł Kołodziejski | 2002-04-30 14:15:22 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-04-30 14:15:22 +0000 |
commit | 766df9db042d72d8212c2788e66a893e8cf755a8 (patch) | |
tree | 635ecd3f016c740f31c3a687c92f8dc3d66e6636 | |
parent | cccb513e32cc842e4aa02e2138907b58fc0104dd (diff) | |
download | scummvm-rg350-766df9db042d72d8212c2788e66a893e8cf755a8.tar.gz scummvm-rg350-766df9db042d72d8212c2788e66a893e8cf755a8.tar.bz2 scummvm-rg350-766df9db042d72d8212c2788e66a893e8cf755a8.zip |
Remove VC dependancy.
svn-id: r4142
-rw-r--r-- | scummvm.rc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/scummvm.rc b/scummvm.rc index c30e2e4b02..f57d3297ac 100644 --- a/scummvm.rc +++ b/scummvm.rc @@ -2,25 +2,6 @@ // #include "resource.h" -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - ///////////////////////////////////////////////////////////////////////////// // // Icon @@ -101,18 +82,3 @@ END #endif // !_MAC -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - |