mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
30 lines
447 B
Text
30 lines
447 B
Text
description "Chromium browser usage example\377";
|
|
|
|
charset "UTF-8";
|
|
|
|
noblitz;
|
|
|
|
uses
|
|
CtrlLib,
|
|
ChromiumBrowser;
|
|
|
|
options(GCC) -std=c++11;
|
|
|
|
link(GCC) "-Wl,-rpath .";
|
|
|
|
file
|
|
html/test_page.html,
|
|
files.brc,
|
|
Utils readonly separator,
|
|
Utils.h,
|
|
Utils.cpp,
|
|
Main readonly separator,
|
|
ChromiumBrowserExample.iml,
|
|
ChromiumBrowserExample.lay,
|
|
ChromiumBrowserExample.h,
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI MT NOGTK USEMALLOC",
|
|
"" = "GUI MT USEMALLOC";
|
|
|