[PATCH] in app/makefile.msc "all:" should be the first target



Hi List!

Having a hard time compiling dia on win32 :-(

Following the readme.win32 description how to compile, I recognized that the first target in the app/makefile.msc (which is used if no target is specified) should be "all:" but currently is "dia-app-icons.h:"

I've attached a patch to fix this (lowered the dia-app-icons.h: target in the makefile).


Still trying to get my generation running ...

BTW: is there any detailed description, which dependant libraries are used and where they have to be installed in the build tree for a successful generation?

Regards, ULFL
Index: makefile.msc
===================================================================
RCS file: /cvs/gnome/dia/app/makefile.msc,v
retrieving revision 1.35
diff -u -r1.35 makefile.msc
--- makefile.msc        30 Oct 2004 10:44:52 -0000      1.35
+++ makefile.msc        2 Nov 2004 05:55:44 -0000
@@ -88,11 +88,6 @@
        win32print.obj \
        winmain.obj \
 
-dia-app-icons.h :
-       gdk-pixbuf-csource --build-list \
-       dia_diagram_icon ..\dia-diagram.png \
-       dia_app_icon ..\dia_gnome_icon.png > dia-app-icons.h
-
 ## common stuff
 ## compiler and linker switches
 !IFNDEF DEBUG
@@ -121,6 +116,11 @@
        $(PRJ_TOP)\config.h \
        dia-app-icons.h \
        $(PACKAGE).exe
+
+dia-app-icons.h :
+       gdk-pixbuf-csource --build-list \
+       dia_diagram_icon ..\dia-diagram.png \
+       dia_app_icon ..\dia_gnome_icon.png > dia-app-icons.h
 
 $(PACKAGE).res : $(PACKAGE).rc $(PACKAGE).ico
        rc -r -fo $(PACKAGE).res $(PACKAGE).rc


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