Skip to content

Commit

Permalink
2003-03-04 Sebastien Pouliot <spouliot@videotron.ca>
Browse files Browse the repository at this point in the history
	* makefile: System.Security (corlib) class status now compared
	with System.Security_cmp.dll (mscorlib) as required for CorCompare.

svn path=/trunk/mono/; revision=12199
  • Loading branch information
Sebastien Pouliot committed Mar 4, 2003
1 parent c5fad80 commit bba3d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/web/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ src/%.xml: ../../../mcs/class/lib/%.dll $(CORCOMPARE)/CorCompare.exe
src/corlib.xml: ../../../mcs/class/lib/corlib_cmp.dll $(CORCOMPARE)/CorCompare.exe
$(CORCOMPARE)/CorCompare.exe -f corlib -ms mscorlib -x $@ $<

src/System.Security.xml: ../../../mcs/class/lib/System.Security_cmp.dll $(CORCOMPARE)/CorCompare.exe
$(CORCOMPARE)/CorCompare.exe -f System.Security -ms System.Security -x $@ $<

../class-status: ../class-status.in
cp -f $< $@
Expand Down
2 changes: 2 additions & 0 deletions web/web/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ src/%.xml: ../../../mcs/class/lib/%.dll $(CORCOMPARE)/CorCompare.exe
src/corlib.xml: ../../../mcs/class/lib/corlib_cmp.dll $(CORCOMPARE)/CorCompare.exe
$(CORCOMPARE)/CorCompare.exe -f corlib -ms mscorlib -x $@ $<

src/System.Security.xml: ../../../mcs/class/lib/System.Security_cmp.dll $(CORCOMPARE)/CorCompare.exe
$(CORCOMPARE)/CorCompare.exe -f System.Security -ms System.Security -x $@ $<

../class-status: ../class-status.in
cp -f $< $@
Expand Down

0 comments on commit bba3d6b

Please sign in to comment.