From 3b10af554752d7fc52005d99eb40278ae106d10b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 30 Oct 2006 10:29:25 +0000 Subject: [PATCH] *** empty log message *** --- ase/ase.bdsgroup | 5 +- ase/test/lsp/aselsp.bdsproj | 238 ++++++++++++++++++++++++++++++++++++ ase/test/lsp/lsp.c | 1 - 3 files changed, 241 insertions(+), 3 deletions(-) create mode 100644 ase/test/lsp/aselsp.bdsproj diff --git a/ase/ase.bdsgroup b/ase/ase.bdsgroup index e2ec44da..ea545f0f 100644 --- a/ase/ase.bdsgroup +++ b/ase/ase.bdsgroup @@ -12,11 +12,12 @@ awk\aseawk.bdsproj test\awk\aseawk.bdsproj lsp\aselsp.bdsproj - aseawk.lib aseawk.exe aselsp.lib + test\lsp\aselsp.bdsproj + aseawk.lib aseawk.exe aselsp.lib aselsp.exe - + diff --git a/ase/test/lsp/aselsp.bdsproj b/ase/test/lsp/aselsp.bdsproj new file mode 100644 index 00000000..969520ee --- /dev/null +++ b/ase/test/lsp/aselsp.bdsproj @@ -0,0 +1,238 @@ + + + + + + + + + + + + lsp.c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + /memory=100000 /increment=1000 + + True + C:\projects\ase\test\lsp + + + + + + False + + False + + True + False + + + + + + + + + + + mkdir $(PROJECTDIR)..\..\release\win32\bds +mkdir $(PROJECTDIR)..\..\debug\win32\bds + + + + + diff --git a/ase/test/lsp/lsp.c b/ase/test/lsp/lsp.c index 9efc7ec1..a3bbfe77 100644 --- a/ase/test/lsp/lsp.c +++ b/ase/test/lsp/lsp.c @@ -365,7 +365,6 @@ int __main (int argc, xp_char_t* argv[]) return 0; } - int xp_main (int argc, xp_char_t* argv[]) { int n;