Re: [AD] makefile.vc

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Fri, 2005-04-08 at 00:37 +0200, Evert Glebbeek wrote:
> > try read it once again. i didn't removed anything. I've only added 
> > $(LIBPARMS) which was accidentaly removed by the "full path" patch
> 
> Hmm...
> 
> -   $(RUNNER) $(MSVC_LIB) @ -nologo -out:$(LIB_NAME) $(OBJECTS)
> +   $(RUNNER) $(MSVC_LIB) @ -nologo $(LIBPARMS) -out:$(LIB_NAME)
> 
> looks to me like $(OBJECTS) is missing after the patch.
> 
> -   $(RUNNER) $(MSVC_LIB) @ -nologo -out:$(PLUGIN_LIB) $(PLUGIN_OBJS)
> +   $(RUNNER) $(MSVC_LIB) @ -nologo $(LIBPARMS) -out:$(PLUGIN_LIB)
> 
> Same with $(PLUGIN_OBJS).
> What am I missing?

The automatic line breaks your mail reader inserted :)

-- 
Elias Pschernig





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/