Fix up the build infrastructure to build the snapshot nicely.
Issue number: 32648
This commit is contained in:
parent
b875878948
commit
9ceb90e2c0
3 changed files with 7 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.1 $
|
||||
# $Revision: 1.2 $
|
||||
#
|
||||
# last change: $Author: mmeeks $ $Date: 2004-08-05 17:40:03 $
|
||||
# last change: $Author: mmeeks $ $Date: 2004-08-24 08:28:04 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -71,8 +71,8 @@ TARGET=wpd
|
|||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
TARFILE_NAME=libwpd-0.8.0
|
||||
PATCH_FILE_NAME=libwpd-0.8.0.patch
|
||||
TARFILE_NAME=libwpd-snap-20040823
|
||||
PATCH_FILE_NAME=
|
||||
BUILD_ACTION=dmake
|
||||
BUILD_DIR=src/lib
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ol libwpd : sfx2 NULL
|
||||
ol libwpd nmake - all libpwd_mkout NULL
|
||||
wp libwpd : sfx2 NULL
|
||||
wp libwpd nmake - all libpwd_mkout NULL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
mkdir: %_DEST%\inc%_EXT%\libwpd
|
||||
..\%__SRC%\misc\build\libwpd-0.8.0\src\lib\*.h %_DEST%\inc%_EXT%\libwpd\*.h
|
||||
..\%__SRC%\misc\build\libwpd-snap-20040823\src\lib\*.h %_DEST%\inc%_EXT%\libwpd\*.h
|
||||
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
|
||||
..\%__SRC%\bin\*.dll %_DEST%\lib%_EXT%\*.dll
|
||||
|
|
Loading…
Reference in a new issue