diff options
author | Camil Staps | 2019-10-19 19:57:53 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-20 09:11:19 +0200 |
commit | ad98343da1467653dacc811a9e52b7da2282c200 (patch) | |
tree | 159ee3beadf5ddb022d1640ba441aebee7f39a54 /config/Gtk.linux.env |
Initial commit
Diffstat (limited to 'config/Gtk.linux.env')
-rw-r--r-- | config/Gtk.linux.env | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/Gtk.linux.env b/config/Gtk.linux.env new file mode 100644 index 0000000..0122ec3 --- /dev/null +++ b/config/Gtk.linux.env @@ -0,0 +1,19 @@ +Version: 1.0 +Environments + Environment + EnvironmentName: Gtk + EnvironmentPaths + Path: {Application}/lib/StdEnv + EnvironmentCompiler: lib/exe/cocl + EnvironmentABCOptimise: lib/exe/abcopt + EnvironmentByteCodeGen: lib/exe/bcgen + EnvironmentByteCodeLink: lib/exe/bclink + EnvironmentByteCodeStrip: lib/exe/bcstrip + EnvironmentByteCodePrelink: lib/exe/bcprelink + EnvironmentCodeGen: lib/exe/cg + EnvironmentLinker: /usr/bin/gcc::-Wl,--gc-sections -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-object -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 + EnvironmentVersion: 920 + EnvironmentRedirect: False + EnvironmentCompileMethod: Pers + EnvironmentProcessor: I386 + Environment64BitProcessor: True |