I think I have an idea, why this directory is also part of the tup hierarchy. We include one file called ToolSetRules, where we define some Macros. In there we export nearly all Environment variables:
# export these Windows environment variables to the build child-processes export ALLUSERSPROFILE export APPDATA export CommonProgramFiles export CommonProgramFiles(x86) export CommonProgramW6432 export COMPUTERNAME export ComSpec export PROCESSOR_LEVEL export PROCESSOR_REVISION export ProgramData export ProgramFiles export ProgramFiles(x86) export ProgramW6432 .... Can it be, that this is why files in C:\ProgramData are also recognized by tup, and not only within the project itself? -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
