Skip to content

Commit

Permalink
windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Nov 8, 2005
1 parent ee5fc88 commit 5fa52aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Binary file added 9ball.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 9ball.rc
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "9ball.ico"
5 changes: 5 additions & 0 deletions Make.win32
Expand Up @@ -9,6 +9,7 @@ AR=$(MING)ar
CC=$(MING)gcc
AS=$(MING)as
RANLIB=$(MING)ranlib
WINDRES=$(MING)windres
CFLAGS=-Wall -Wno-missing-braces -I$(ROOT)/include -I$(ROOT) -I$(ROOT)/kern -c -D_X86_ -DIS_32 -DWINDOWS -O2
O=o
FS=fs-win32
Expand All @@ -18,6 +19,7 @@ GUI=win32
LDFLAGS=-mwindows
LDADD=-lkernel32 -ladvapi32 -lgdi32 -lmpr -lwsock32 -lmsvcrt -lmingw32
TARG=drawterm.exe
XOFILES=9ball.$O

# Windows via MSVC
#AR=???
Expand All @@ -35,3 +37,6 @@ all: default
libmachdep.a:
(cd win32-386; make)

9ball.$O: 9ball.rc 9ball.ico
$(WINDRES) -i 9ball.rc -o 9ball.o

1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -9,6 +9,7 @@ OFILES=\
secstore.$O\
latin1.$O\
$(OS)-factotum.$O\
$(XOFILES)\

LIBS1=\
kern/libkern.a\
Expand Down

0 comments on commit 5fa52aa

Please sign in to comment.