Skip to content

Instantly share code, notes, and snippets.

@vabock
Created March 10, 2018 07:37
Show Gist options
  • Save vabock/e88877f775fcb9093aca63a4cacdfe07 to your computer and use it in GitHub Desktop.
Save vabock/e88877f775fcb9093aca63a4cacdfe07 to your computer and use it in GitHub Desktop.
--- configure.ac~ 2018-03-10 11:02:07.421258200 +0900
+++ configure.ac 2018-03-10 11:02:41.035180800 +0900
@@ -1998,16 +1998,16 @@
AC_SUBST(comma_space_version)
AC_CONFIG_FILES([nt/emacs.rc nt/emacsclient.rc])
if test "${opsys}" = "cygwin"; then
- W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32"
- W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool"
+ W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lusp10 -lgdi32 -lole32 -lcomdlg32"
+ W32_LIBS="$W32_LIBS -lcomctl32 -lwinspool"
# Tell the linker that emacs.res is an object (which we compile from
# the rc file), not a linker script.
W32_RES_LINK="-Wl,emacs.res"
else
UPDATE_MANIFEST=update-game-score.exe.manifest
W32_OBJ="$W32_OBJ w32.o w32console.o w32heap.o w32inevt.o w32proc.o"
- W32_LIBS="$W32_LIBS -lwinmm -lgdi32 -lcomdlg32"
- W32_LIBS="$W32_LIBS -lmpr -lwinspool -lole32 -lcomctl32 -lusp10"
+ W32_LIBS="$W32_LIBS -lwinmm -lusp10 -lgdi32 -lcomdlg32"
+ W32_LIBS="$W32_LIBS -lmpr -lwinspool -lole32 -lcomctl32"
W32_RES_LINK="\$(EMACSRES)"
CLIENTRES="emacsclient.res"
CLIENTW="emacsclientw\$(EXEEXT)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment