Add platform flag to makefile and code for compiling xibs
This commit is contained in:
10
macosx.make
Normal file
10
macosx.make
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
exe/bin/%.nib: rsrc/menus/%.xib
|
||||
ibtool --compile $@ $<
|
||||
|
||||
game-menus: exe/bin/game.nib
|
||||
|
||||
pc-menus: exe/bin/pcedit.nib
|
||||
|
||||
scen-menus: exe/bin/scenedit.nib
|
||||
|
Reference in New Issue
Block a user