Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282244
Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +5 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 331-337 Link Here
331
prps:	$(PRPS)
331
prps:	$(PRPS)
332
332
333
$(PROG):	$(OBJS)
333
$(PROG):	$(OBJS) vlib
334
	$(CXX) -o $@ $(OBJS) $(LDFLAGS)
334
	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBDIR) $(LIBS)
335
335
336
%.o: %.cpp
336
%.o: %.cpp
337
	$(CXX) $(CFLAGS) -c $< -o $@
337
	$(CXX) $(CFLAGS) -c $< -o $@
338
-- v/Config.mk
338
++ v/Config.mk
Lines 35-42 Link Here
35
#---------------------------------------------------------------------
35
#---------------------------------------------------------------------
36
#CC	=	gcc
36
#CC	=	gcc
37
#CXX	=	g++
37
#CXX	=	g++
38
CC	=	gcc-3.4
39
CXX	=	g++-3.4
40
38
41
#---------------------------------------------------------------------
39
#---------------------------------------------------------------------
42
# VPATH for dependencies on header files
40
# VPATH for dependencies on header files
Lines 297-301 Link Here
297
#---------------------------------------------------------------------
295
#---------------------------------------------------------------------
298
# LINK/LOAD options
296
# LINK/LOAD options
299
#---------------------------------------------------------------------
297
#---------------------------------------------------------------------
300
LDFLAGS	=	$(LIBDIR) $(LIBS)
298
++ v/srcx/Makefile
301
302
-- v/srcx/Makefile
Lines 142-148 Link Here
142
	vprogrsc.h vsliderc.h vtextinc.h vlistc.h vcomboc.h vtextc.h \
142
	vprogrsc.h vsliderc.h vtextinc.h vlistc.h vcomboc.h vtextc.h \
143
	vcolor.h vpen.h vclabelc.h vspinc.h
143
	vcolor.h vpen.h vclabelc.h vspinc.h
144
144
145
	cd iconed ; $(MAKE) ARCH=$@ ; cd ..
146
145
147
146
148
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
147
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Return to bug 282244