aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/jli_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on libjli so we can work with IcedTea7.Andrew John Hughes2010-12-151-0/+83
2010-12-14 Andrew John Hughes <[email protected]> * Makefile.am: (LAUNCHER_OBJECTS): Add jli_util.o, parse_manifest.o, version_comp.o, wildcard.o. (LAUNCEHR_FLAGS): Add -DEXPAND_CLASSPATH_WILDCARDS as used in build of libjli in OpenJDK. (LAUNCHER_LINK): Don't link to libjli. * launcher/jli_util.c, * launcher/parse_manifest.c, * launcher/version_comp.c, * launcher/wildcard.c: Add source files from OpenJDK6 to match header files already used.