Displaying 2 results from an estimated 2 matches for "xfst_exe_cxx_srcs".
Did you mean:
xfst_exe_c_srcs
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
...hanks,
> > Mark
> >
>
> More info. Here's the build section of the Makefile that no longer
> builds under Wine-20050930:
>
> ### Target specific build rules
> DEFLIB = $(LIBRARY_PATH) $(LIBRARIES) $(DLL_PATH)
>
> $(xfst_exe_MODULE).dbg.c: $(xfst_exe_C_SRCS) $(xfst_exe_CXX_SRCS)
> $(WINEBUILD) -o $@ --debug -C$(SRCDIR) $(xfst_exe_C_SRCS)
> $(xfst_exe_CXX_SRCS)
>
> $(xfst_exe_MODULE): $(xfst_exe_MODULE).dbg.o $(xfst_exe_OBJS)
> $(CC) $(xfst_exe_LDFLAGS) -o $@ $(xfst_exe_OBJS)
> $(xfst_exe_MODULE).dbg.o $(xfst_exe_LIBRARY_PATH) $(DEFLIB)
&g...
2005 Oct 23
1
winebuild problems - wine-20050930
Hi,
Does anyone know what happened to the --debug option in winebuild?
It seems to have disappeared in more recent versions of Wine.
I am attempting to build a program that uses winebuild with the
debug in a Make file. This no longer builds. What's the proper way to
change the Makefile now that this option no longer exists?
I know that's a vague question, but it seems that often