Guest User

Untitled

a guest
Feb 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. diff -Naur ocaml-3.12.1.orig/otherlibs/labltk/browser/Makefile.nt ocaml-3.12.1/otherlibs/labltk/browser/Makefile.nt
  2. --- ocaml-3.12.1.orig/otherlibs/labltk/browser/Makefile.nt 2008-12-03 18:09:09.000000000 +0000
  3. +++ ocaml-3.12.1/otherlibs/labltk/browser/Makefile.nt 2011-11-16 14:28:25.000000000 +0000
  4. @@ -9,7 +9,7 @@
  5. ifeq ($(CCOMPTYPE),cc)
  6. WINDOWS_APP=-ccopt "-link -Wl,--subsystem,windows"
  7. else
  8. -WINDOWS_APP=-ccopt "-link /subsystem:windows"
  9. +WINDOWS_APP=-cclib "-subsystem windows" -cclib "-link /entry:mainCRTStartup"
  10. endif
  11.  
  12. XTRAOBJ=winmain.$(O)
Add Comment
Please, Sign In to add comment