View Single Post
  #1  
Old 06-24-2014, 08:50 AM
fabioped fabioped is offline
Member
 
Join Date: Feb 2013
Posts: 21
Thumbs down Publishing with external libs

Hi!

I'm trying to publish to EXE 3 different games. They are in folder A, B and C. And they all import a common GameLib which resides in same folder as these games (A, B, C, GameLib). The problem is that GameLib hierarquy becomes flat as its gets published.
So I have a couple of folders with images in GameLib (symbols, art, etc), and they all get published in Script/

How can I solve this?

Would it be possible to make this publishing process a bit simpler? maybe addPublishFile/addPublishDirectory should allow virtual_path argument.
Reply With Quote