wduquette / tcl-quill

Build tool for Tcl/Tk projects
BSD 2-Clause "Simplified" License
10 stars 2 forks source link

How to just build the Windows app? #17

Closed effelsberg closed 9 years ago

effelsberg commented 9 years ago

If I run quill build app then Quill tries to build all OS variants, starting with linux. At the moment I have to modify project.quill if I only want the Windows app (because I don't have a cross-platform setup).

You also mix tabs and spaces, that looks strange if the tab width is set to 8.

wduquette commented 9 years ago

Re: tabs and spaces, I've got a bum setup with the editor on one of the machines I'm using, and I haven't tracked it down yet. They should all be spaces. I'm fixing 'em as I find them.

Quill should only build cross platform if the "app" statement has multiple OS flavors listed in the -apptypes option. Are you getting that by default? In any event, I plan to add another -apptype, "exe", which means, "Build it for the platform I'm on." Then, you only use the OS flavors if you want cross-platform builds.

wduquette commented 9 years ago

I'll handle the tabs/spaces issue separately.