Guest User

Untitled

a guest
Nov 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 85,86c85,86
  2. < LINK_C = $(LD) -subsystem:console -machine:x86 $(LDFLAGS)
  3. < DLL_LINK_C = $(LD) -dll -subsystem:console -machine:x86 $(LDFLAGS)
  4. ---
  5. > LINK_C = $(LD) -subsystem:console -machine:x64 $(LDFLAGS)
  6. > DLL_LINK_C = $(LD) -dll -subsystem:console -machine:x64 $(LDFLAGS)
  7. 119c119
  8. < LIBXDR_ARFLAGS=-nologo -subsystem:console -machine:x86
  9. ---
  10. > LIBXDR_ARFLAGS=-nologo -subsystem:console -machine:x64
Add Comment
Please, Sign In to add comment