mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
17 lines
229 B
Text
17 lines
229 B
Text
uses
|
|
Core;
|
|
|
|
link
|
|
" -framework carbon";
|
|
|
|
file
|
|
MACOSX.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|
|
custom() "post-link",
|
|
"mkdir -p /Users/cxl/$(OUTTITLE).App/Contents/MacOS\ncp $(OUTPATH) /Use"
|
|
"rs/cxl/$(OUTTITLE).App/Contents/MacOS\n",
|
|
"";
|
|
|