зеркало из https://github.com/mono/xsp.git
* Makefile: install target: copy web service files.
svn path=/trunk/xsp/; revision=16066
This commit is contained in:
Родитель
529783934c
Коммит
257843c67d
|
@ -1,6 +1,6 @@
|
|||
2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
2003-07-09 Lluis Sanchez Gual <lluis@ximian.com>
|
||||
|
||||
* XSPWorkerRequest.cs: fixed GetUnknownHeaders.
|
||||
* Makefile: install target: copy web service files.
|
||||
|
||||
2003-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ install: server.exe web.config global.asax
|
|||
mkdir -p test/bin
|
||||
cp server.exe server.exe.config web.config global.asax test
|
||||
cp server.exe test/bin
|
||||
cp ../test/*.aspx ../test/*.ascx ../test/*.xml ../test/*.xsl ../test/*.png test
|
||||
cp ../test/*.aspx ../test/*.asmx ../test/*.config ../test/*.ascx ../test/*.xml ../test/*.xsl ../test/*.png test
|
||||
cp ../test/*.dll test/bin
|
||||
|
||||
server.exe: $(SOURCES)
|
||||
|
|
Загрузка…
Ссылка в новой задаче