mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
1. Chromium 54 certificates API change 2. CEF download page updated 3. translation typo fixed git-svn-id: svn://ultimatepp.org/upp/trunk@10533 f0d560ea-af0d-0410-9eb7-867de7ffcac7
30 lines
437 B
Text
30 lines
437 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
|
|
translation.t,
|
|
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";
|
|
|