cvs: gd /libgd/windows Makefile
[email protected] ("Edin Kadribasic")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvsedink1147869594@cvsserver> |
edink Wed May 17 12:39:54 2006 UTC
Modified files:
/gd/libgd/windows Makefile
Log:
"all" target should be the first
http://cvs.php.net/viewcvs.cgi/gd/libgd/windows/Makefile?r1=1.1&r2=1.2&diff_format=u
Index: gd/libgd/windows/Makefile
diff -u gd/libgd/windows/Makefile:1.1 gd/libgd/windows/Makefile:1.2
--- gd/libgd/windows/Makefile:1.1 Wed May 17 12:34:24 2006
+++ gd/libgd/windows/Makefile Wed May 17 12:39:53 2006
@@ -1,5 +1,5 @@
# Makefile form Microsoft C++ nmake.exe
-# $Id: Makefile,v 1.1 2006/05/17 12:34:24 edink Exp $
+# $Id: Makefile,v 1.2 2006/05/17 12:39:53 edink Exp $
CC=cl.exe
LD=link.exe
@@ -94,11 +94,11 @@
testtr.obj
+all: $(DLLNAME) $(STATICLIB) tests
+
$(EXE_OBJS:.obj=.exe): $*.obj $(DLLNAME)
link /out:$*.exe $*.obj libgd.lib
-all: $(DLLNAME) $(STATICLIB) tests
-
tests: $(EXE_OBJS:.obj=.exe)
libgd.dll.res: libgd.rc