ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/Makefile.in
(Generate patch)

Comparing BasiliskII/src/Windows/Makefile.in (file contents):
Revision 1.1 by gbeauche, 2005-03-17T00:25:50Z vs.
Revision 1.2 by gbeauche, 2005-03-24T23:13:09Z

# Line 16 | Line 16 | KEYCODES = ../SDL/keycodes
16   DESTDIR =
17  
18   LN_S = @LN_S@
19 + WINDRES = @WINDRES@
20   CC = @CC@
21   CXX = @CXX@
22   CFLAGS = @CFLAGS@
# Line 111 | Line 112 | $(OBJ_DIR)/%.o : %.s
112  
113   # Windows resources
114   $(OBJ_DIR)/%.o: %.rc
115 <        windres --include-dir ../Windows -i $< -o $@
115 >        $(WINDRES) --include-dir ../Windows -i $< -o $@
116   $(OBJ_DIR)/build68k.exe: $(OBJ_DIR)/build68k.ho
117          $(HOST_CC) $(HOST_LDFLAGS) -o $@ $<
118   $(OBJ_DIR)/gencpu.exe: $(OBJ_DIR)/gencpu.ho $(OBJ_DIR)/readcpu.ho $(OBJ_DIR)/cpudefs.ho

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines