Ticket #229 (new idea)
-files: could use more power
Reported by: | Kurper | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
I have multiple projects share substantial portions of their codebase (client/, shared/, and server/, basically), and being able to do something like:
sharedfiles.txt:
...
clientfiles.txt:
#include sharedfiles.txt
client.cobra
serverfiles.txt:
#include sharedfiles.txt
server.cobra
would be nice. There are a bunch of ways to fake this with make/msbuild/whatever else you want to use, but it's nice being able to run Cobra with just "cobra -files:files.txt" even for big ol' projects.
Change History
Note: See
TracTickets for help on using
tickets.