This commit is contained in:
King_DuckZ 2020-02-17 22:21:23 +01:00
commit feed734f17
1686 changed files with 17921 additions and 15536 deletions

View file

@ -1,4 +1,4 @@
# $Id: lib_paths.sed 812 2009-11-12 17:35:48Z jpcs $
# $Id$
# Default path for XQilla library, and paths to
# Xerces
#
@ -16,7 +16,7 @@ s!@XQILLA_LIB_BASE@!xqilla!g
s!@XQILLA_VERSION_MAJOR@!2!g
s!@XQILLA_VERSION_MINOR@!2!g
s!@XQILLA_VERSION_PATCH@!3!g
s!@XQILLA_VERSION_PATCH@!4!g
# Xerces is assumed to be source (vs installation)
s!@XERCES_LIBHOME@!@XERCES_WINHOME@/Build/Win32/VC6!g
@ -29,8 +29,8 @@ s!@XERCES_STATIC_LIB@!xerces-c_static_@XERCES_VERSION_MAJOR@!g
s!@XERCES_LIB@!xerces-c_@XERCES_VERSION_MAJOR@!g
s!@XERCES_DLL@!xerces-c_@XERCES_VERSION_MAJOR@_@XERCES_VERSION_MINOR@!g
# Current Xerces version is 3.0.1
# Current Xerces version is 3.1.0
s!@XERCES_VERSION_MAJOR@!3!g
s!@XERCES_VERSION_MINOR@!0!g
s!@XERCES_VERSION_PATCH@!1!g
s!@XERCES_VERSION_MINOR@!1!g
s!@XERCES_VERSION_PATCH@!0!g

View file

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: s_win32 551 2008-07-01 13:16:55Z jpcs $
# $Id$
#
# s_projects requires that xqilla (the command line program) be in
# your PATH

View file

@ -1,5 +1,5 @@
#
# $Id: s_win32_common 572 2008-08-06 14:48:23Z jpcs $
# $Id$
#
# Common functions used by both .dsp and .vcproj file generation
#

View file

@ -1,5 +1,5 @@
#!/bin/sh -
# $Id: s_win32_dsp 470 2007-12-12 21:20:59Z jpcs $
# $Id$
#
# Build Windows .dsp (VS6) project files