[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dynamic target: How to get a file from source irectory to the linked bui
From: |
Zachary Deretsky |
Subject: |
Dynamic target: How to get a file from source irectory to the linked build directory? |
Date: |
Wed, 15 Nov 2000 20:08:55 -0800 |
>
> If the input text files are source files (i.e., aren't generated by
> an action), then you could do this more simply by executing step 1 in
> straight perl, either coded directly or by calling a utility to do it,
> like so:
>
> @c_files = `generate_list input1.txt input2.txt`;
> Program $env 'output.exe', @c_files;
>
I started implementing this suggestion and the old problem sufaces again:
what is a simple and sure way to bring a file from the source directory to
the build directory?
I get this error when my generate_list subroutine tries to open up a file.
cons.bat: error in file "icwizard\src\Conscript" (: open
buildNT\debug\icwizard\src/pyfiles_gandalf.txt: No such file or directory)
Thanks, Zach.
- Dynamic target, Zachary Deretsky, 2000/11/15
- Re: Dynamic target, Gary Oberbrunner, 2000/11/15
- Re: Dynamic target, Steven Knight, 2000/11/15
- RE: Dynamic target: for the sake of clarity, Zachary Deretsky, 2000/11/15
- RE: Dynamic target: for the sake of clarity, Steven Knight, 2000/11/16
- AfterBuild, Dynamic target/dynamic dependencies: How?, Zachary Deretsky, 2000/11/22
- RE: AfterBuild, ... Correction, Zachary Deretsky, 2000/11/22
- Re: AfterBuild, Dynamic target/dynamic dependencies: How?, Steven Knight, 2000/11/29
- Dynamic target: How to get a file from source irectory to the linked build directory?,
Zachary Deretsky <=
- Re: Dynamic target: How to get a file from source irectory to the linked build directory?, Steven Knight, 2000/11/16
- Re: Dynamic target: How to get a file from source irectory to the linked build directory?, Frank Thomas, 2000/11/16
AfterBuild, Giovanni Pietrobon, 2000/11/16
RE: Dynamic target, Alex Jacques, 2000/11/20