pcjs/pubs/pc/software/os2/sdk10/manifest.xml
Jeff Parsons c8aec14b0b Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0)
The Closure Compiler does a fine job of replacing all such expressions with their decimal equivalent, relieving us from having to calculate them ourselves, and eliminating any runtime impact
2015-02-19 11:18:40 -08:00

19 lines
No EOL
930 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.17.2/manifest.xsl"?>
<manifest type="document">
<title>OS/2 1.0 Programmer's Toolkit</title>
<version>1.0</version>
<source href="http://os2museum.com">os2museum.com</source>
<document href="http://www.os2museum.com/files/docs/os210ptk/os2-1.0-ptk-welcome-1988.pdf">
<name>Welcome Leaflet</name>
</document>
<document href="http://www.os2museum.com/files/docs/os210ptk/os2-1.0-ptk-prgref-1988.pdf">
<name id="060060014-100-R00-388">Programmer's Reference</name>
</document>
<document href="http://www.os2museum.com/files/docs/os210ptk/os2-1.0-ptk-tools-1988.pdf">
<name id="060060003-100-R00-388">Programming Tools</name>
</document>
<document href="http://www.os2museum.com/files/docs/os210ptk/os2-1.0-ptk-lguide-1988.pdf">
<name id="060060004-100-R00-388">Programmer's Learning Guide</name>
</document>
</manifest>