Sync(54): winedump(.exe)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



License: X11

ChangeLog:

  Jon Griffiths <jon_p_griffiths@yahoo.com>

  +tools/winedump/Makefile.in
    Use $(EXEEXT) for the winedump executable

=====
"Don't wait for the seas to part, or messiahs to come;
 Don't you sit around and waste this chance..." - Live

jon_p_griffiths@yahoo.com

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--- wine/tools/winedump/Makefile.in	Sat Apr 26 19:33:26 2003
+++ wine-develop/tools/winedump/Makefile.in	Thu Jul 24 21:10:36 2003
@@ -2,8 +2,10 @@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
+EXEEXT    = @EXEEXT@
+
+PROGRAMS = winedump$(EXEEXT)
 
-PROGRAMS = winedump
 MODULE   = none
 
 C_SRCS = \
@@ -21,15 +23,15 @@
 
 @MAKE_RULES@
 
-winedump: $(OBJS)
-	$(CC) $(CFLAGS) -o winedump $(OBJS) $(LIBPORT) $(LDFLAGS)
+winedump$(EXEEXT): $(OBJS)
+	$(CC) $(CFLAGS) -o winedump$(EXEEXT) $(OBJS) $(LIBPORT) $(LDFLAGS)
 
 install:: $(PROGRAMS)
 	$(MKINSTALLDIRS) $(bindir)
-	$(INSTALL_PROGRAM) winedump $(bindir)/winedump
+	$(INSTALL_PROGRAM) winedump$(EXEEXT) $(bindir)/winedump$(EXEEXT)
 	$(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
 
 uninstall::
-	$(RM) $(bindir)/function_grep.pl $(bindir)/winedump
+	$(RM) $(bindir)/function_grep.pl $(bindir)/winedump$(EXEEXT)
 
 ### Dependencies:

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux