Initial commit of file used to create libcocoa.a library

This commit is contained in:
Armando Rivera 2021-08-08 17:52:28 -04:00
parent 623d150afa
commit 101e9a991a

46
cocoa_lib.nim Normal file
View File

@ -0,0 +1,46 @@
{.passL: "-fobjc-arc -framework Cocoa -L$HOME/.nimble/lib -lcocoa"}
import Cocoa / [NSButton,
NSCheckbox,
NSColordialog,
NSCombobox,
NSContainer,
NSDialog,
NSFunctions,
NSLabel,
NSLine,
NSListbox,
NSMenu,
NSMessagebox,
NSOpendialog,
NSRadioButton,
NSSavedialog,
NSSlider,
NSTabView,
NSTableview,
NSTextedit,
NSTextfield,
NSWindow
]
export NSButton,
NSCheckbox,
NSColordialog,
NSCombobox,
NSContainer,
NSDialog,
NSFunctions,
NSLabel,
NSLine,
NSListbox,
NSMenu,
NSMessagebox,
NSOpendialog,
NSRadioButton,
NSSavedialog,
NSSlider,
NSTabView,
NSTableview,
NSTextedit,
NSTextfield,
NSWindow