Advertisement
Guest User

make W64=1 install (Git-Cheetah)

a guest
Jan 18th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.06 KB | None | 0 0
  1. make -C explorer install
  2. make[1]: Entering directory `/src/git-cheetah/explorer'
  3. make -C ../common all
  4. fatal: No names found, cannot describe anything.
  5. fatal: No names found, cannot describe anything.
  6. make[2]: Entering directory `/src/git-cheetah/common'
  7. make[2]: Leaving directory `/src/git-cheetah/common'
  8. /src/mingw-w64/sysroot/bin/x86_64-w64-mingw32-windres -o cheetah.o -i cheetah.rc
  9. /src/mingw-w64/sysroot/bin/x86_64-w64-mingw32-dllwrap.exe -Wl,--enable-stdcall-fixup  --def git_shell_ext.def \
  10.         ../common/cheetahmenu.o ../common/date.o ../common/debug.o ../common/exec.o ../common/menuengine.o ../common/sha1_file.o ../common/strbuf.o ../common/usage.o ../common/wrapper.o ext.o dll.o factory.o menu.o systeminfo.o registry.o columns.o cheetah.o ../compat/mingw.o ../compat/mmap.o ../compat/pread.o ../compat/strlcpy.o ../compat/winansi.o -o git_shell_ext64.dll \
  11.         -luuid -loleaut32 -lole32 -lws2_32
  12. regsvr32 -s -n -i:machine C:\\\\programs\\\\msysgit\\\\src\\\\git-cheetah\\\\explorer\\\\git_shell_ext64.dll
  13. make[1]: Leaving directory `/src/git-cheetah/explorer'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement