This repository was archived by the owner on Jun 2, 2019. It is now read-only.

Description
Currently custom build commands are not working. Specified files end up in the project's file list, however no action is being performed for these files.
Example:
filter { "files:**.asm", "system:macosx", "architecture:x86_64" }
buildmessage "%{file.name}"
buildcommands "yasm -f macho64 --prefix=_ %{file.relpath} -o %{cfg.objdir}/%{file.basename}.o"
buildoutputs "%{cfg.objdir}/%{file.basename}.o"
I have seen Xcode4 projects where this works - so it should be a doable from a Xcode point of view. Unfortunately I know too little about lua, premake and Xcode4 project file syntax to hack this in myself. :(
I can probably dig up some Xcode4 samples where these rules are present if that is necessary. If there is any other info needed I will try to deliver it - if I can. Would be great so see this supported on the Xcode side as well.