[grisbi-cvs] grisbi/win32 autogen.bat,1.12,1.13

Pierre Biava pbiava at users.sourceforge.net
Fri May 8 19:41:03 CEST 2009


Update of /cvsroot/grisbi/grisbi/win32
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12562

Modified Files:
	autogen.bat 
Log Message:
minor fixes in windows project's generation

Index: autogen.bat
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32/autogen.bat,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- autogen.bat	10 Dec 2006 17:20:39 -0000	1.12
+++ autogen.bat	8 May 2009 17:41:01 -0000	1.13
@@ -40,6 +40,9 @@
 #  History:
 #
 #  $Log$
+#  Revision 1.13  2009/05/08 17:41:01  pbiava
+#  minor fixes in windows project's generation
+#
 #  Revision 1.12  2006/12/10 17:20:39  teilginn
 #  last modifications to make grisbi win32 compliant with gtk 2.8
 #
@@ -377,7 +380,7 @@
             next LS if ( /\.{1,2}$/ ) ; # Skip . and ..
             _cp ("$path/$file","$_",$ref_ignore);
         }
-        closedir DIR;
+#        closedir DIR;
         _cd('..','TRUE');
     }
     elsif ( $file =~ m/^\/.*\/$/ ) # regexp
@@ -760,7 +763,7 @@
             my $cflags = $config{'environment'}{'cflags'};
             foreach my $copt (@{$config{'includes'}{'item'}})
             {
-                $cflags .= $copt." ";
+                $cflags .= " ".$copt;
             }
             $cflags =~s/\//\\/g;
             
@@ -771,7 +774,7 @@
             my $ldflags = $config{'environment'}{'ldflags'};
             foreach my $ldopt (@{$config{'libraries'}{'item'}})
             {
-                $ldflags .= $ldopt." ";
+                $ldflags .= " ".$ldopt;
             }
             $ldflags =~s/\s+/ _\@\@_/g ;
             $ldflags =~s/\//\\/g;
@@ -1243,7 +1246,7 @@
 [environment]
 compiler  = gcc ; only gcc is supported yet
 cflags    = -Wall \$(INCS) -D _WIN32 -mms-bitfields -g -D _WIN32_IE=0x0410
-ldflags   = -L\"\$(GCCBASEDIR)/lib\" -L\"\$(GTKDEVDIR)/lib/\" \$(LIBS) -mwindows
+ldflags   = -L\"\$(GCCBASEDIR)/lib\" -L\"\$(GTKDEVDIR)/lib/\" -mwindows
 
 [includes]
 item[0] = -I\"../win32\" -I\"../src\" 



More information about the cvs mailing list