src/share/tools/hsdis/Makefile
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/tools/hsdis/Makefile	Tue Apr  9 18:40:40 2013
--- new/src/share/tools/hsdis/Makefile	Tue Apr  9 18:40:40 2013

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 114,124 **** --- 114,123 ---- LDFLAGS += -ldl OUTFLAGS += -o $@ else #Windows OS = windows CC = gcc #CPPFLAGS += /D"WIN32" /D"_WINDOWS" /D"DEBUG" /D"NDEBUG" CFLAGS += /nologo /MD /W3 /WX /O2 /Fo$(@:.dll=.obj) /Gi- CFLAGS += LIBARCH=\"$(LIBARCH)\" DLDFLAGS += /dll /subsystem:windows /incremental:no \ /export:decode_instruction OUTFLAGS += /link /out:$@

src/share/tools/hsdis/Makefile
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File