Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Window icon. Removes menu. Relative index.html path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pritambaral committed Nov 8, 2012
1 parent 3e73b3a commit c18b322
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 655 deletions.
12 changes: 11 additions & 1 deletion appshell.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,17 @@
],
'message': 'compiling js resource'
},
{
'action_name': 'appicon',
'inputs': [
'appshell/res/brackets.ico',
],
'outputs': [
'appshell/gtk/appicon.h',
],
'action': '<!(gdk-pixbuf-csource --name=appicon appshell/res/brackets.ico > appshell/gtk/appicon.h)',
#Such a hack. GYP let me do bash redirections!
},
],
'cflags': [
'<!@(<(pkg-config) --cflags gtk+-2.0 gthread-2.0)',
Expand Down Expand Up @@ -226,7 +237,6 @@
'<(march)'
],
'libraries': [
'<!@(<(pkg-config) --libs-only-l udev)',
'<!@(<(pkg-config) --libs-only-l gtk+-2.0 gthread-2.0)',
'$(BUILDTYPE)/lib.target/libcef.so',
'appshell_extensions_js.o',
Expand Down
Loading

0 comments on commit c18b322

Please sign in to comment.