Subversion Repositories Tewi

Rev

Rev 215 | Rev 249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 215 Rev 244
Line 1... Line 1...
1
# $Id: Makefile 215 2024-10-02 19:24:43Z nishi $
1
# $Id: Makefile 244 2024-10-03 20:04:15Z nishi $
2
 
2
 
3
OBJ=o
3
OBJ=o
4
STATIC=a
4
STATIC=a
5
include $(PWD)/Platform/$(PLATFORM).mk
5
include $(PWD)/Platform/$(PLATFORM).mk
6
 
6
 
Line 52... Line 52...
52
	rc /fo$@ tewi.rc
52
	rc /fo$@ tewi.rc
53
 
53
 
54
tewi_bcc.res: tewi.rc ../Binary/tewi.ico
54
tewi_bcc.res: tewi.rc ../Binary/tewi.ico
55
	brc32 -r -fo$@ tewi.rc
55
	brc32 -r -fo$@ tewi.rc
56
 
56
 
-
 
57
gui.res: gui.rc gui.h
-
 
58
	$(WINDRES) gui.rc -O coff -o $@
-
 
59
 
-
 
60
gui_vc6.res: gui.rc gui.h
-
 
61
	rc /fo$@ gui.rc
-
 
62
 
-
 
63
gui_bcc.res: gui.rc gui.h
-
 
64
	brc32 -r -fo$@ gui.rc
-
 
65
 
57
clean:
66
clean:
58
	rm -f *.o tewi *.exe *.res *.elf *.sfo *.pbp *.self *.pkg *.obj
67
	rm -f *.o tewi *.exe *.res *.elf *.sfo *.pbp *.self *.pkg *.obj