From 34e675d1a13326cab1f275977a9206e01fba45e6 Mon Sep 17 00:00:00 2001 From: sdteffen Date: Fri, 27 Aug 2004 01:07:43 +0000 Subject: [PATCH] * app/makefile.msc: using /subsystem:windows again * makefile.msc: updated ALL_LINGUAS --- ChangeLog | 5 +++++ app/makefile.msc | 4 ++-- makefile.msc | 14 +++++++++++--- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index afdfd97f..90758fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-26 Steffen Macke + + * app/makefile.msc: using /subsystem:windows again + * makefile.msc: updated ALL_LINGUAS + 2004-08-21 Kjartan Maraas * configure.in: Add «nb» to ALL_LINGUAS. diff --git a/app/makefile.msc b/app/makefile.msc index dc21c0fb..24a0282b 100644 --- a/app/makefile.msc +++ b/app/makefile.msc @@ -110,8 +110,8 @@ CC = cl -G5 -GF $(OPTIMIZE) -W3 -nologo # No general LDFLAGS needed # Use /subsystem:console to enable console output -LDFLAGS = /link $(LINKDEBUG) /subsystem:console /machine:ix86 -#LDFLAGS = /link $(LINKDEBUG) /subsystem:windows /machine:ix86 +#LDFLAGS = /link $(LINKDEBUG) /subsystem:console /machine:ix86 +LDFLAGS = /link $(LINKDEBUG) /subsystem:windows /machine:ix86 INSTALL = copy CFLAGS = -I. -I$(PRJ_TOP) -DHAVE_CONFIG_H diff --git a/makefile.msc b/makefile.msc index bd477f8b..165fc66b 100644 --- a/makefile.msc +++ b/makefile.msc @@ -184,7 +184,7 @@ build\win32\etc: build\win32 ..\etc build\win32\dia_logo.png: build\win32 dia_logo.png copy dia_logo.png build\win32 -ALL_LINGUAS = am az be ca cs da de el en_GB es fi fr ga hu it ja ko mk mn ml ms nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv tr uk vi zh_CN zh_TW +ALL_LINGUAS = am az be ca cs da de el en_CA en_GB es fi fr ga gu hr hu is it ja ko mk mn ml ms nb nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv tr uk vi zh_CN zh_TW po: build\win32\lib\locale for %d in ($(ALL_LINGUAS)) do md build\win32\lib\locale\%d @@ -195,6 +195,8 @@ DOCBOOKDIR = c:\program files\docbook-xsl XSLTPROC = "c:\program files\libxslt\bin\xsltproc.exe" +FOP = "c:\program files\fop\fop.bat" + HHC = "c:\program files\HTML Help Workshop\hhc.exe" .IGNORE: @@ -202,8 +204,14 @@ doc: doc\en\dia.xml cd doc\en $(XSLTPROC) -o index.html "$(DOCBOOKDIR)\htmlhelp\profile-htmlhelp.xsl" dia.xml $(HHC) htmlhelp.hhp - copy htmlhelp.chm ..\..\build\win32\doc\C\dia-manual.chm + $(XSLTPROC) -o dia-manual.fo "$(DOCBOOKDIR)\fo\profile-docbook.xsl" dia.xml + $(FOP) dia-manual.fo dia-manual.pdf + copy htmlhelp.chm ..\..\build\win32\help\C\dia-manual.chm + copy dia-manual.pdf ..\..\build\win32\help\C\dia-manual.pdf cd ..\..\doc\pl $(XSLTPROC) -o index.html "$(DOCBOOKDIR)\htmlhelp\profile-htmlhelp.xsl" dia.xml $(HHC) htmlhelp.hhp - copy htmlhelp.com ..\..\build\win32\doc\pl\dia-manual.chm + $(XSLTPROC) -o dia-manual.fo "$(DOCBOOKDIR)\fo\profile-docbook.xsl" dia.xml + $(FOP) dia-manual.fo dia-manual.pdf + copy htmlhelp.chm ..\..\build\win32\help\pl\dia-manual.chm + copy dia-manual.pdf ..\..\build\win32\help\pl\dia-manual.pdf -- 2.11.4.GIT