diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
commit | e5786f530f9555469c01435f86039b06aa53feba (patch) | |
tree | c868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc | |
parent | ebaa1768b43c8606d923d2e861b5286b74207b3e (diff) |
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc')
-rw-r--r-- | Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc b/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc new file mode 100644 index 00000000000..9b0d3df88cc --- /dev/null +++ b/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc @@ -0,0 +1,115 @@ +//Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +/* +******************************************************************************* +* +* Copyright (C) 2002-2003, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* +*/ +#include <winresrc.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 + +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +LAYOUTSAMPLE MENU DISCARDABLE +BEGIN + POPUP "&File" + BEGIN + MENUITEM "&New Sample\tCtrl+N", IDM_FILE_NEWSAMPLE + MENUITEM "&Open...\tCtrl+O", IDM_FILE_OPEN + MENUITEM SEPARATOR + MENUITEM "&Close\tCtrl+W", IDM_FILE_CLOSE + MENUITEM "E&xit\tCtrl+Q", IDM_FILE_EXIT + END + POPUP "&Help" + BEGIN + MENUITEM "&About Layout Sample...", IDM_HELP_ABOUTLAYOUTSAMPLE + END +END + + +///////////////////////////////////////////////////////////////////////////// +// +// Accelerator +// + +LAYOUTSAMPLE ACCELERATORS DISCARDABLE +BEGIN + "N", IDM_FILE_NEWSAMPLE, VIRTKEY, CONTROL, NOINVERT + "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT + "Q", IDM_FILE_EXIT, VIRTKEY, CONTROL, NOINVERT + "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT +END + + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE DISCARDABLE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE DISCARDABLE +BEGIN + "/*\r\n" + "*******************************************************************************\r\n" + "*\r\n" + "* Copyright (C) 2002-2003, International Business Machines\r\n" + "* Corporation and others. All Rights Reserved.\r\n" + "*\r\n" + "*******************************************************************************\r\n" + "*/\r\n" + "#include <winresrc.h>\r\n" + "\0" +END + +3 TEXTINCLUDE DISCARDABLE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |