splitting source files in a project into Lib code and App code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

splitting source files in a project into Lib code and App code

Jump to solution
517 Views
Leong
Contributor III

Hi there

 

I have a larger program that i would like to be able to split into a library (contains drivers, etc.) and application code. I tried to create 2 targets in the project, but it seems the files are shared. Is there a way to tell which file goes which target or is there better way to do this?

 

I'm using CW for CF 7.1

 

Thanks

Labels (1)
0 Kudos
1 Solution
449 Views
Leong
Contributor III

Figured out... each Target Configuration has its own Link Order List... but all share the same file list... kind of counter-intuitive...

View solution in original post

0 Kudos
1 Reply
450 Views
Leong
Contributor III

Figured out... each Target Configuration has its own Link Order List... but all share the same file list... kind of counter-intuitive...

0 Kudos