search for: dll_path

Displaying 6 results from an estimated 6 matches for "dll_path".

Did you mean: dev_path
2017 Jun 14
2
Using LLD to create a .lib from a .def
...xtern Configuration *Config; void writeImportLibrary(); void parseModuleDefs(MemoryBufferRef MB); } // namespace coff } // namespace lld //========================================================================= This is so that I can write the following user code: // writes the output to dll_path with .dll replaced with .lib void ZigLLDDefToLib(Buf *def_contents, Buf *dll_path) { lld::coff::Config = new lld::coff::Configuration; auto mem_buf = MemoryBuffer::getMemBuffer(buf_ptr(def_contents)); MemoryBufferRef mbref(*mem_buf); lld::coff::parseModuleDefs(mbref); lld::coff:...
2017 Jun 15
2
Using LLD to create a .lib from a .def
...pace coff >> } // namespace lld >> >> //========================================================== >> =============== >> >> >> >> >> This is so that I can write the following user code: >> >> >> >> // writes the output to dll_path with .dll replaced with .lib >> void ZigLLDDefToLib(Buf *def_contents, Buf *dll_path) { >> lld::coff::Config = new lld::coff::Configuration; >> auto mem_buf = MemoryBuffer::getMemBuffer(buf_ptr(def_contents)); >> MemoryBufferRef mbref(*mem_buf); >> lld:...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...==================================== >>>> =============== >>>> >>>> >>>> >>>> >>>> This is so that I can write the following user code: >>>> >>>> >>>> >>>> // writes the output to dll_path with .dll replaced with .lib >>>> void ZigLLDDefToLib(Buf *def_contents, Buf *dll_path) { >>>> lld::coff::Config = new lld::coff::Configuration; >>>> auto mem_buf = MemoryBuffer::getMemBuffer(buf_ptr(def_contents)); >>>> MemoryBufferRef mb...
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
...t; > explain how to deal with this change? > > > > Thanks, > > 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_e...
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
2010 Oct 20
4
cross-compiling the windows_port branch (socklen_t)
Fr?d?ric, I'm curious as to how you are configuring the windows_port branch. When I try to cross-compile, configure complains about socklen_t: $ ./configure --host=i686-pc-mingw32 Network UPS Tools version 2.4.3 [...] checking for socklen_t... no checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t The test (m4/nut_type_socklen_t.m4) is