Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
Add base class
Browse files Browse the repository at this point in the history
svn path=/trunk/olive/; revision=64812
  • Loading branch information
migueldeicaza committed Sep 3, 2006
1 parent b458447 commit 6f0bd0f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions class/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
thisdir = class

include ../build/rules.make

# For now, Mono.Security.Win32 is built on Linux too.
# However, it isn't tested on Linux, since it depends on a Win32 dll.
SUBDIRS = \
System.Workflow.ComponentModel \
System.Workflow.Activities \
System.Workflow.Runtime

DISTFILES = \
LICENSE \
README \

.PHONY: all-local $(STD_TARGETS:=-local)
all-local $(STD_TARGETS:=-local):
@:

Binary file added class/mono.snk
Binary file not shown.

0 comments on commit 6f0bd0f

Please sign in to comment.