fortressforever-2013/vpc-notes.md
Dexter Haslem a55a85df87 use FF Specific VPC group file
might make use of this later to build external libs
+ add some notes so i dont forget how this works
2013-09-04 19:20:12 -06:00

838 B

VPC notes

loading order

default.vgc is always loaded first. this sucks and isnt super ideal but its easy to change.

default.vgc defines game strings you can pass to vpc 'vpc /gamestr' to pick which conditional gets set. default.vgc loads groups and projects (all)

gotcha: VPC seems to ignore VPCs not in a group (thus no sln), even when in a project unless you force generate them..

adding new junk that you want to generate projects for

  1. create your custom vpc
  2. (Optional) add the vpc $Project to a group in your group file (see default.vgc)
  3. run 'vpc +ProjectName' to make it spit out vcxprojs. if it cant find your 'ProjectName', you may need to add the vpc to your project file in default.vgc.
  4. if you want to create a solution for a group (or single project for some wacky reason) pass '/mksln ' to vpc