mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-12 02:41:02 -05:00
10 lines
213 B
Markdown
10 lines
213 B
Markdown
|
Premake extension to support writing the raw lua tables.
|
||
|
|
||
|
### Usage ###
|
||
|
|
||
|
Simply generate your project using the `raw` action:
|
||
|
```bash
|
||
|
premake5 raw
|
||
|
```
|
||
|
and open the generated workspace.raw file in any text editor.
|