Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
2007-10-12 Andreia Gaita <avidigal@novell.com>
Browse files Browse the repository at this point in the history
* add missing rules to build webbrowser sample

svn path=/trunk/winforms/; revision=87397
  • Loading branch information
shana committed Oct 12, 2007
1 parent e6d51e1 commit 890fcc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions rules.make
@@ -0,0 +1,11 @@

binprogram = $(prefix)/bin/$(name)
apppath = $(prefix)/lib/$(name)

install:
-mkdir -p $(apppath)
cp $(appfiles) $(apppath)
mkdir -p $(prefix)/bin
echo "#!/bin/sh" > $(binprogram)
echo "exec mono --debug $(apppath)/$(exeprogram)" >> $(binprogram)
chmod +x $(binprogram)
2 changes: 1 addition & 1 deletion webbrowser/UsingWebBrowser/UsingWebBrowser-port/Makefile
Expand Up @@ -36,7 +36,7 @@ clean:
-rm -f "$(USINGWEBBROWSER_EXE)" 2> /dev/null
-rm -f "$(USINGWEBBROWSER_PDB)" 2> /dev/null

include ../../rules.make
include ../../../rules.make

# project names as targets

Expand Down

0 comments on commit 890fcc0

Please sign in to comment.