diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2011-08-24 14:17:55 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-08-24 14:23:00 +0400 |
commit | eb3a6c3e0a931c5c06f9abe2e5a58be706daba84 (patch) | |
tree | 1c6baf1cf6a7cedf71e5828edd85f30d80285619 /Makefile.direct | |
parent | 99b7a6a6c1386832dd31e8d6adaeefa4d30bba4e (diff) | |
download | bdwgc-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 'Makefile.direct')
-rw-r--r-- | Makefile.direct | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.direct b/Makefile.direct index 9623ee0f..b5e75ff8 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -82,9 +82,11 @@ CSRCS= reclaim.c allchblk.c misc.c alloc.c mach_dep.c os_dep.c mark_rts.c \ typd_mlc.c ptr_chck.c mallocx.c gcj_mlc.c specific.c gc_dlopen.c \ backgraph.c win32_threads.c pthread_start.c thread_local_alloc.c -CORD_SRCS= cord/cordbscs.c cord/cordxtra.c cord/cordprnt.c cord/de.c cord/cordtest.c include/cord.h include/ec.h include/private/cord_pos.h cord/de_win.c cord/de_win.h cord/de_cmds.h cord/de_win.ICO cord/de_win.RC +CORD_SRCS= cord/cordbscs.c cord/cordxtra.c cord/cordprnt.c cord/de.c \ + cord/cordtest.c include/cord.h include/ec.h include/private/cord_pos.h \ + cord/de_win.c cord/de_win.h cord/de_cmds.h cord/de_win.RC -CORD_OBJS= cord/cordbscs.o cord/cordxtra.o cord/cordprnt.o +CORD_OBJS= cord/cordbscs.o cord/cordxtra.o cord/cordprnt.o SRCS= $(CSRCS) \ sparc_mach_dep.S include/gc.h include/gc_typed.h include/gc_tiny_fl.h \ |