ASManiac

Show:

What's happening?

  • wrong dependency file path

    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 in A-A-P

  • non-reenterable recipes

    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 in A-A-P

About Me

  • 2005-04-15 (5 years ago)
  • 1259958
  • shikhov (My Site)
  • ASManiac

Send me a message