Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
dc3e7047
Commit
dc3e7047
authored
Apr 15, 2008
by
Giuseppe Castagna
Browse files
Bugfix: PXP was not build if CGI absent
parent
3af01457
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
dc3e7047
- Tools
* Fixed dtd2cduce bug when handling of "FIXED" attributes
*
*
Fixed bug in building: PXP was not build if GCI not present
0.5.2_1
* Fixed packaging error
...
...
Makefile.distrib
View file @
dc3e7047
...
...
@@ -206,13 +206,16 @@ else
endif
ifeq
($(PXP),true)
OBJECTS
+=
runtime/cduce_pxp.cmo
PACKAGES
+=
$(PXP_PACK)
ifeq
($(CGI),true)
OBJECTS
+=
runtime/cduce_pxp.cmo
PACKAGES
+=
$(PXP_PACK)
netcgi1
PACKAGES
+=
netcgi1
ALL_TARGET
+=
dtd2cduce
INSTALL_BINARIES
+=
dtd2cduce
endif
endif
ifeq
($(EXPAT), true)
OBJECTS
+=
runtime/cduce_expat.cmo
PACKAGES
+=
expat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment