Wish CustomBuildAction

D

Deleted member 103

Guest
Hi,

If few that were possible, it would be a great help.
B4X:
#If Phon
       #CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy /Y "C:\Program Files (x86)\Anywhere Software\B4i\project.pbxproj.template_iphone" "C:\Program Files (x86)\Anywhere Software\B4i\project.pbxproj.template"
   #End If

   #If Pad
       #CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy /Y "C:\Program Files (x86)\Anywhere Software\B4i\project.pbxproj.template_ipad" "C:\Program Files (x86)\Anywhere Software\B4i\project.pbxproj.template"
   #End If
 
D

Deleted member 103

Guest
You will need to define these symbols yourself. During compilation the compiler doesn't know (and it cannot know) whether you are targeting an iPhone or iPad.

That's why I only need the function "#CustomBuildAction", the symbols can I define it myself.
 
D

Deleted member 103

Guest
Hi Erel,

forgot my wish or can not be implemented?
 
Top