stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus Makefile


From: address@hidden
Subject: [Stratagus-CVS] stratagus Makefile
Date: 3 Feb 2004 07:46:53 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/02/03 07:46:53

Modified files:
        .              : Makefile 

Log message:
        added win32depend rule

Patches:
Index: stratagus/Makefile
diff -u stratagus/Makefile:1.187 stratagus/Makefile:1.188
--- stratagus/Makefile:1.187    Thu Jan 22 09:29:40 2004
+++ stratagus/Makefile  Tue Feb  3 07:46:53 2004
@@ -21,7 +21,7 @@
 ##     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ##     GNU General Public License for more details.
 ##
-##     $Id: Makefile,v 1.187 2004/01/21 22:29:40 wizzard Exp $
+##     $Id: Makefile,v 1.188 2004/02/02 20:46:53 nehalmistry Exp $
 ##
 
 TOPDIR=        .
@@ -368,6 +368,10 @@
 win32:
        export PATH=$(CROSSDIR)/i386-mingw32msvc/bin:$(CROSSDIR)/bin:$$PATH; \
        $(MAKE) $(WIN32) win32_2
+
+win32depend:
+       export PATH=$(CROSSDIR)/i386-mingw32msvc/bin:$(CROSSDIR)/bin:$$PATH; \
+       $(MAKE) $(WIN32) depend
 
 win32distclean:
        export PATH=$(CROSSDIR)/i386-mingw32msvc/bin:$(CROSSDIR)/bin:$$PATH; \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]