Ticket #50116: patch-common.mak.diff
File patch-common.mak.diff, 356 bytes (added by m7.thon@…, 9 years ago) |
---|
-
common.mak
old new 38 38 # Read configuration options (not used on Win32) 39 39 40 40 ifndef WIN32 41 ifdef MACOS42 include $(IPESRCDIR)/macos.mak43 else44 41 include $(IPESRCDIR)/config.mak 45 endif46 42 BUILDDIR = $(IPESRCDIR)/../build 47 43 ifdef IPECXX 48 44 CXX = $(IPECXX)