summaryrefslogtreecommitdiff
path: root/cord
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-24 14:17:55 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-24 14:23:00 +0400
commiteb3a6c3e0a931c5c06f9abe2e5a58be706daba84 (patch)
tree1c6baf1cf6a7cedf71e5828edd85f30d80285619 /cord
parent99b7a6a6c1386832dd31e8d6adaeefa4d30bba4e (diff)
downloadbdwgc-eb3a6c3e0a931c5c06f9abe2e5a58be706daba84.tar.gz
Remove binary icon file for de_win.
* cord/de_win.ICO: Remove. * cord/de_win.RC (ABOUTBOX): Comment out ICON usage. * cord/de_win.RC (DE ICON): Comment out. * Makefile.direct (CORD_SRCS): Remove de_win.RC; wrap long line. * Makefile.dj (CORD_SRCS): Ditto. * Makefile.dj (OTHER_FILES): Remove missing old SCoptions.amiga and cord/SMakefile.amiga files. * cord/cord.am (EXTRA_DIST): Remove de_win.RC. * cord/cord.am: Expand all tabs to spaces.
Diffstat (limited to 'cord')
-rw-r--r--cord/cord.am14
-rw-r--r--cord/de_win.ICObin766 -> 0 bytes
-rw-r--r--cord/de_win.RC6
3 files changed, 9 insertions, 11 deletions
diff --git a/cord/cord.am b/cord/cord.am
index f6a3982d..93e0259f 100644
--- a/cord/cord.am
+++ b/cord/cord.am
@@ -5,15 +5,15 @@ libcord_la_LIBADD = $(top_builddir)/libgc.la
libcord_la_LDFLAGS = -version-info 1:3:0 -no-undefined
libcord_la_SOURCES = \
- cord/cordbscs.c \
- cord/cordprnt.c \
- cord/cordtest.c \
- cord/cordxtra.c
+ cord/cordbscs.c \
+ cord/cordprnt.c \
+ cord/cordtest.c \
+ cord/cordxtra.c
EXTRA_DIST += \
- cord/cordbscs.c cord/cordtest.c cord/de.c \
- cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h \
- cord/de_win.h cord/de_win.c cord/de_win.RC cord/de_win.ICO
+ cord/cordbscs.c cord/cordtest.c cord/de.c \
+ cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h \
+ cord/de_win.h cord/de_win.c cord/de_win.RC
pkginclude_HEADERS += include/cord.h
diff --git a/cord/de_win.ICO b/cord/de_win.ICO
deleted file mode 100644
index b20ac3ee..00000000
--- a/cord/de_win.ICO
+++ /dev/null
Binary files differ
diff --git a/cord/de_win.RC b/cord/de_win.RC
index 554a3004..be0b925f 100644
--- a/cord/de_win.RC
+++ b/cord/de_win.RC
@@ -7,19 +7,17 @@
* Permission is hereby granted to copy this garbage collector for any purpose,
* provided the above notices are retained on all copies.
*/
-/* Boehm, May 13, 1994 9:50 am PDT */
#include "windows.h"
#include "de_cmds.h"
#include "de_win.h"
-
ABOUTBOX DIALOG 19, 21, 163, 47
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Demonstration Text Editor"
BEGIN
- ICON "DE", -1, 8, 8, 13, 13, WS_CHILD | WS_VISIBLE
+ /* ICON "DE", -1, 8, 8, 13, 13, WS_CHILD | WS_VISIBLE */
LTEXT "Demonstration Text Editor", -1, 44, 8, 118, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "Version 4.1", -1, 44, 16, 60, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
PUSHBUTTON "OK", IDOK, 118, 27, 24, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
@@ -74,5 +72,5 @@ BEGIN
END
-DE ICON cord\de_win.ICO
+/* DE ICON cord\de_win.ICO */