diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-05 12:02:06 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-05 12:02:06 +0000 |
commit | 30343a531999b5e50673ee1731f1c54cbc008dfd (patch) | |
tree | ac7bd5051ad29aa13fe5a854d553b49ececcd4a8 /Game/Code/lib/zlportio/README.TXT | |
parent | fee5e834a23f11ea42365b9c5f7336b9c5c58bc0 (diff) | |
download | usdx-30343a531999b5e50673ee1731f1c54cbc008dfd.tar.gz usdx-30343a531999b5e50673ee1731f1c54cbc008dfd.tar.xz usdx-30343a531999b5e50673ee1731f1c54cbc008dfd.zip |
added 3rd party dependencies ( except Jedi-SDL )
modified DPR to statically include all files needed (using relative paths)
this means 3rd party components should not need installation in the IDE, or adding to search paths.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@368 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/zlportio/README.TXT | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Game/Code/lib/zlportio/README.TXT b/Game/Code/lib/zlportio/README.TXT new file mode 100644 index 00000000..137f5c07 --- /dev/null +++ b/Game/Code/lib/zlportio/README.TXT @@ -0,0 +1,27 @@ +
+ZLPortIO
+Copyright (C) 2001 Zloba Alexander
+http://www.specosoft.com
+Description
+-----------
+ This unit allow your application direct access port input and output under
+ all versions of Microsoft Windows,
+
+Terms of Use
+------------
+
+This software is provided "as is", without any guarantee made
+as to its suitability or fitness for any particular use. It may
+contain bugs, so use of this tool is at your own risk. We take
+no responsilbity for any damage that may unintentionally be caused
+through its use.
+
+Reporting Problems
+------------------
+
+If you encounter problems, please visit http://www.specosoft.com
+and download the latest version to see if the issue has been resolved.
+If not, please send a bug report to:
+
+ zal@specosoft.com
+
|