diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-01 17:01:58 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-01 17:01:58 +0000 |
commit | 2ab22bdad1415813a3e1df329640332702272fc0 (patch) | |
tree | 380c56fb3840936848b1c2a44ef8509b1f23b33c /test | |
parent | 2cfc26881d21532cb9cb456800d0b1738e183fe0 (diff) | |
download | usdx-2ab22bdad1415813a3e1df329640332702272fc0.tar.gz usdx-2ab22bdad1415813a3e1df329640332702272fc0.tar.xz usdx-2ab22bdad1415813a3e1df329640332702272fc0.zip |
- new configure/make layout:
- configure/main-makefile moved to root-dir
- configure-script checked in (no need to call autogen.sh on first run)
- autogen.sh, m4, install.sh etc. moved to dists/autogen/
- config.guess/sub for canonical builds
- unit-tests moved to test
- removed delphi subdir in portaudio/-mixer
- COPYING.txt/AUTHORS.txt/... added
- dists/delphi7/2005 added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1334 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | test/switches.inc (renamed from src/unit-tests/switches.inc) | 0 | ||||
-rw-r--r-- | test/test_libraries.lpi (renamed from src/unit-tests/test_libraries.lpi) | 0 | ||||
-rw-r--r-- | test/test_libraries.lpr (renamed from src/unit-tests/test_libraries.lpr) | 0 | ||||
-rw-r--r-- | test/testsqllite.pas (renamed from src/unit-tests/testsqllite.pas) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/unit-tests/switches.inc b/test/switches.inc index e69de29b..e69de29b 100644 --- a/src/unit-tests/switches.inc +++ b/test/switches.inc diff --git a/src/unit-tests/test_libraries.lpi b/test/test_libraries.lpi index cc3a6ddf..cc3a6ddf 100644 --- a/src/unit-tests/test_libraries.lpi +++ b/test/test_libraries.lpi diff --git a/src/unit-tests/test_libraries.lpr b/test/test_libraries.lpr index 3e3ae380..3e3ae380 100644 --- a/src/unit-tests/test_libraries.lpr +++ b/test/test_libraries.lpr diff --git a/src/unit-tests/testsqllite.pas b/test/testsqllite.pas index b1b682d2..b1b682d2 100644 --- a/src/unit-tests/testsqllite.pas +++ b/test/testsqllite.pas |