Quote:
Originally Posted by mrgeoff
I'll have to get home to check the actual edit but...
The PatchDir is a hardcoded path in your project file that imports anything you have in it into the build without any questions asked. It will be the last folder it copies in right before the actual ROM building part.
It is a little tidbit colonel told me a while back in the IRC. It is awesome for certain DLLs and whatnot.
|
Quote:
Originally Posted by mrgeoff
Add the following line to your saved project file:
PatchDir=C:\Program Files\ppckitchen.org\buildos\Patches
You can have the location in any folder, but I just made it easy on myself and put it w/ BuildOS.
Patches are copied in after the kitchen rars and the user_oem packages are read, but right before it starts building the registry.
|
Not sure how to use/what i would put in there? Thanks for the tip though