Annotation of embedaddon/php/win32/php5ts.rc, revision 1.1.1.1

1.1       misho       1: //Microsoft Developer Studio generated resource script.
                      2: 
                      3: //
                      4: 
                      5: #include "resource.h"
                      6: 
                      7: 
                      8: 
                      9: #define APSTUDIO_READONLY_SYMBOLS
                     10: 
                     11: /////////////////////////////////////////////////////////////////////////////
                     12: 
                     13: //
                     14: 
                     15: // Generated from the TEXTINCLUDE 2 resource.
                     16: 
                     17: //
                     18: 
                     19: #include "winres.h"
                     20: 
                     21: 
                     22: 
                     23: /////////////////////////////////////////////////////////////////////////////
                     24: 
                     25: #undef APSTUDIO_READONLY_SYMBOLS
                     26: 
                     27: 
                     28: 
                     29: /////////////////////////////////////////////////////////////////////////////
                     30: 
                     31: // English (U.S.) resources
                     32: 
                     33: 
                     34: 
                     35: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
                     36: 
                     37: #ifdef _WIN32
                     38: 
                     39: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
                     40: 
                     41: #pragma code_page(1252)
                     42: 
                     43: #endif //_WIN32
                     44: 
                     45: 
                     46: 
                     47: #ifdef APSTUDIO_INVOKED
                     48: 
                     49: /////////////////////////////////////////////////////////////////////////////
                     50: 
                     51: //
                     52: 
                     53: // TEXTINCLUDE
                     54: 
                     55: //
                     56: 
                     57: 
                     58: 
                     59: 1 TEXTINCLUDE DISCARDABLE 
                     60: 
                     61: BEGIN
                     62: 
                     63:     "resource.h\0"
                     64: 
                     65: END
                     66: 
                     67: 
                     68: 
                     69: 2 TEXTINCLUDE DISCARDABLE 
                     70: 
                     71: BEGIN
                     72: 
                     73:     "#include ""php5ts.rc2""\r\n"
                     74: 
                     75:     "\0"
                     76: 
                     77: END
                     78: 
                     79: 
                     80: 
                     81: 3 TEXTINCLUDE DISCARDABLE 
                     82: 
                     83: BEGIN
                     84: 
                     85:     "\r\n"
                     86: 
                     87:     "\0"
                     88: 
                     89: END
                     90: 
                     91: 
                     92: 
                     93: #endif    // APSTUDIO_INVOKED
                     94: 
                     95: 
                     96: 
                     97: #endif    // English (U.S.) resources
                     98: 
                     99: /////////////////////////////////////////////////////////////////////////////
                    100: 
                    101: 
                    102: 
                    103: 
                    104: 
                    105: 
                    106: 
                    107: #ifndef APSTUDIO_INVOKED
                    108: 
                    109: /////////////////////////////////////////////////////////////////////////////
                    110: 
                    111: //
                    112: 
                    113: // Generated from the TEXTINCLUDE 3 resource.
                    114: 
                    115: //
                    116: 
                    117: #include "php5ts.rc2"
                    118: 
                    119: 
                    120: 
                    121: /////////////////////////////////////////////////////////////////////////////
                    122: 
                    123: #endif    // not APSTUDIO_INVOKED
                    124: 
                    125: 
                    126: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>