-
brianhks committed revision 16 to the CPMake SVN repository, changing 2 files.
2009-10-30 14:42:47 UTC by brianhks
-
brianhks committed revision 15 to the CPMake SVN repository, changing 19 files.
2009-09-04 02:39:25 UTC by brianhks
-
I've done similar thing in the past, where some files were created from a precompile process. What I had done is created a list of those files and used a loop to create explicit rules for each of those files. That being said I see the advantage of using non strict pattern rules. Using non strict pattern rules would simplify the build script and therefor It has a place.
This is what I've...
2009-08-24 16:19:55 UTC by brianhks
-
brianhks committed revision 14 to the CPMake SVN repository, changing 1 files.
2009-08-24 16:12:35 UTC by brianhks
-
Thank you for the swift reply. Regarding the dependency issue:
I have a small project where some source files have been written, but other source files are to be generated (via Lazy C++). .cpp files need to be generated from .lzz files, then the .cpp files can be compiled into .o files. Right now with the .lzz pattern rule, it always fails on any .cpp file because there's no corresponding...
2009-08-23 23:19:54 UTC by m-35
-
I've committed a fix for the copy issue. I have a question in regards to the dependency issue. My thinking so far is that if a dependency is defined and the file does not exist it is an error. Can you give me a real world example of where this is not the case?
If this is a required feature, I think the solution is to make certain dependencies optional.
2009-08-23 03:28:51 UTC by brianhks
-
brianhks committed revision 13 to the CPMake SVN repository, changing 2 files.
2009-08-23 03:22:16 UTC by brianhks
-
Running the attached build demonstrates two problems:
It tries to find "test.pre" even though "test.mid" already exists.
The make.copy(String, String) method throws NPE when copying to a file with no folder in path.
2009-08-21 18:12:17 UTC by m-35
-
brianhks committed revision 12 to the CPMake SVN repository, changing 4 files.
2009-08-10 15:46:12 UTC by brianhks
-
brianhks changed the public information on the CPMake project.
2009-07-30 01:55:56 UTC by brianhks