50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
|
//+----------------------------------------------------------------------------
|
||
|
//
|
||
|
// File: icm.rc
|
||
|
//
|
||
|
// Module: CMMGR32.EXE
|
||
|
//
|
||
|
// Synopsis: Main resource script for cmmgr32.exe
|
||
|
//
|
||
|
// Copyright (c) 1998-1999 Microsoft Corporation
|
||
|
//
|
||
|
// Author: quintinb created Header 08/16/99
|
||
|
//
|
||
|
//+----------------------------------------------------------------------------
|
||
|
|
||
|
//
|
||
|
// winver.h, ntverp.h and common.ver contain the build
|
||
|
// version info and are part of the NT src tree.
|
||
|
//
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include "pnpuverp.h"
|
||
|
#include "cmprdver.h"
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager"
|
||
|
#define VER_INTERNALNAME_STR "CMMGR32"
|
||
|
#define VER_ORIGINALFILENAME_STR "CMMGR32.EXE"
|
||
|
|
||
|
#include <common.ver>
|
||
|
|
||
|
//
|
||
|
// The only non-string resource we need is the main app icon
|
||
|
//
|
||
|
|
||
|
100 ICON DISCARDABLE "..\cmdial\cm.ico"
|
||
|
|
||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||
|
#ifdef _WIN32
|
||
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||
|
#pragma code_page(1252)
|
||
|
#endif //_WIN32
|
||
|
|
||
|
#include "cmfmtstr.h"
|
||
|
#include "cmfmtstr.rc"
|
||
|
|
||
|
#endif // English (U.S.) resources
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|