cvs: gd /libgd/windows .cvsignore Makefile

[email protected] ("Edin Kadribasic")
Newsgroups php.gd.cvs
Message-ID <cvsedink1147881191@cvsserver>
edink		Wed May 17 15:53:11 2006 UTC

  Modified files:              
    /gd/libgd/windows	.cvsignore Makefile 
  Log:
  Added nmake dist target
  
http://cvs.php.net/viewcvs.cgi/gd/libgd/windows/.cvsignore?r1=1.2&r2=1.3&diff_format=u
Index: gd/libgd/windows/.cvsignore
diff -u gd/libgd/windows/.cvsignore:1.2 gd/libgd/windows/.cvsignore:1.3
--- gd/libgd/windows/.cvsignore:1.2	Wed May 17 12:34:24 2006
+++ gd/libgd/windows/.cvsignore	Wed May 17 15:53:11 2006
@@ -5,3 +5,4 @@
 *.obj
 *.ilk
 *.res
+distro
http://cvs.php.net/viewcvs.cgi/gd/libgd/windows/Makefile?r1=1.4&r2=1.5&diff_format=u
Index: gd/libgd/windows/Makefile
diff -u gd/libgd/windows/Makefile:1.4 gd/libgd/windows/Makefile:1.5
--- gd/libgd/windows/Makefile:1.4	Wed May 17 15:26:37 2006
+++ gd/libgd/windows/Makefile	Wed May 17 15:53:11 2006
@@ -1,5 +1,5 @@
 # Makefile form Microsoft C++ nmake.exe
-# $Id: Makefile,v 1.4 2006/05/17 15:26:37 edink Exp $
+# $Id: Makefile,v 1.5 2006/05/17 15:53:11 edink Exp $
 
 CC=cl.exe
 LD=link.exe
@@ -127,6 +127,18 @@
 		libgd.dll.res \
 		$(LIBS)
 		
+dist: all
+	-rmdir /s /q distro
+	mkdir distro
+	mkdir distro\bin
+	copy *.exe distro\bin
+	copy *.dll distro\bin
+	mkdir distro\include
+	copy ..\*.h distro\include
+	mkdir distro\lib
+	copy *.lib distro\lib
+	copy ..\COPYING distro\COPYING.TXT
 
 clean:
-	del /q *.obj *.dll *.lib *.ilk *.pdb *.exp *.exe *.png
+	-del /q *.obj *.dll *.lib *.ilk *.pdb *.exp *.exe *.png
+	-rmdir /s /q distro
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.