-
vimboss added the aap-1.091.zip file.
2009-05-17 15:05:42 UTC by vimboss
-
vimboss committed patchset 307 of module Exec to the A-A-P CVS repository, changing 1 files.
2009-05-17 15:05:15 UTC by vimboss
-
vimboss created the 1.091 file release.
2009-05-17 15:01:36 UTC by vimboss
-
vimboss committed patchset 306 of module Exec to the A-A-P CVS repository, changing 1 files.
2009-05-17 14:58:58 UTC by vimboss
-
kbI6vQ yrophcaurnfa, [url=http://vqzinvbhgaqs.com/]vqzinvbhgaqs[/url], [link=http://ujisywrzbbns.com/]ujisywrzbbns[/link], http://uqgnxnhbaogb.com/.
2008-12-17 09:18:19 UTC by nobody
-
uHNqFc vomlufnrdgwf, [url=http://cpmlrjegakdj.com/]cpmlrjegakdj[/url], [link=http://boaovzzguqmr.com/]boaovzzguqmr[/link], http://qiwjudcbetfc.com/.
2008-11-25 12:51:46 UTC by nobody
-
File "/home/ors/vim/Filetype.py", line 1417 uses as = 0
"as" is the keyword in Python 2.5 and above.
[root@goofy vim]# ./aap
Traceback (most recent call last):
File "./aap", line 10, in
import Main
File "/home/ors/vim/Main.py", line 14, in
from DoAddDef import doadddef
File "/home/ors/vim/DoAddDef.py", line 10, in
from Action import...
2008-08-06 15:46:29 UTC by nobody
-
vimboss committed patchset 305 of module Exec to the A-A-P CVS repository, changing 61 files.
2007-08-07 11:34:07 UTC by vimboss
-
if i have:
/1/2/3/4/5/main.aap:
---
:program myprog : ../one.c ../../two.c ../../../three.c
---
than AAP creates:
/1/2/3/4/5/one.c.aap
/1/2/3/4/two.c.aap
/1/2/3/three.c.aap
instead of:
/1/2/3/4/5/build/_/one.c.aap
/1/2/3/4/5/build/_/_/two.c.aap
/1/2/3/4/5/build/_/_/_/three.c.aap
i found the function 'srcitem2obj' responsible for the object file path calculation and fixed...
2007-04-09 16:15:19 UTC by shikhov
-
i use AAP to build a group of related projects that are based on the same libraries.
i faced the problem when i tried to include some universal recipe from a target's recipe and from the library's one that the target depends on.
like that:
program.aap:
---
:include settings.aap
:child library.aap
...
---
library.aap
---
:include settings.aap
...
---
i got:
---
Aap: Skipping...
2007-04-09 15:28:37 UTC by shikhov