Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build .EXE, but desire selected files in .EXE only?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00322226
Message ID:
00322252
Views:
27
>Is there a way to do a BUILD .EXE where you can selectively choose files from the project to be included in the build so you don't have to necessarily always grab all of the files inside the project?
>
>I could Remove certain files from the project and then BUILD, but that seems like extra work when I want to include some of the files in an alternate BUILD.
>

Steve, aren't you satisfied with Exclude/Include options? If it is VFP 6, you could write a little programs which would mark objects in your project as you wish (check out the Help for Exclude property.) :

Object1.Exclude = .t.
Object2.Exclude = .f.
...

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform