RE: [Gamedevlists-brew] Alternative to BREW Resource Editor GUI?
Brought to you by:
vexxed72
From: Matt S. <ma...@en...> - 2004-12-10 21:44:37
|
Hi Bill, Recent versions of the BREW Resource Editor support an XML format (.BRX instead of .BRI), and can generate BAR files from the command line. You can convert your existing BRI files to the new XML format by doing a "Save as" from the resource editor. Our makefiles have something along the lines of: $(BREWBIN)\brewrc -o $(APPNAME).bar $(BUILD).brx Matt. |