From 6e5574e1488e2a7e74dc8bc86f8ca877c2a55e93 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Apr 2011 21:44:11 -0400 Subject: [PATCH] Fix plUruLauncher and plClient to build on VS 2008 Express Edition --- Sources/Plasma/Apps/plClient/res/plClient.rc | 31 +++---------------- .../Apps/plUruLauncher/plUruLauncher.rc | 18 ++--------- 2 files changed, 7 insertions(+), 42 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/res/plClient.rc b/Sources/Plasma/Apps/plClient/res/plClient.rc index dd96c179..fcc40005 100644 --- a/Sources/Plasma/Apps/plClient/res/plClient.rc +++ b/Sources/Plasma/Apps/plClient/res/plClient.rc @@ -2,15 +2,9 @@ // #include "resource.h" -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS +#define WIN32_LEAN_AND_MEAN +#include +#define IDC_STATIC (-1) // all static controls ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources @@ -34,25 +28,8 @@ END 2 TEXTINCLUDE BEGIN - "#include \r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "#define _AFX_NO_SPLITTER_RESOURCES\r\n" - "#define _AFX_NO_OLE_RESOURCES\r\n" - "#define _AFX_NO_TRACKER_RESOURCES\r\n" - "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" - "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" - "#ifdef _WIN32\r\n" - "LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\r\n" - "#pragma code_page(1252)\r\n" - "#endif //_WIN32\r\n" - "#endif\r\n" - "\r\n" - "CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST ""plClient.exe.manifest""\0" + "\0" END #endif // APSTUDIO_INVOKED diff --git a/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc b/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc index 1f750357..e6261ee9 100644 --- a/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc +++ b/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc @@ -2,15 +2,9 @@ // #include "resource.h" -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS +#define WIN32_LEAN_AND_MEAN +#include +#define IDC_STATIC (-1) // all static controls ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources @@ -33,12 +27,6 @@ BEGIN END 2 TEXTINCLUDE -BEGIN - "#include \r\n" - "\0" -END - -3 TEXTINCLUDE BEGIN "\r\n" "\0"