svn path=/trunk/xsp/; revision=51392
This commit is contained in:
Gonzalo Paniagua Javier 2005-10-07 04:38:50 +00:00
Родитель 7360c900ff
Коммит 80e045e576
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,12 +1,12 @@
MCSFLAGS= -debug+ -debug:full -nologo
aspstatedir = $(prefix)/lib/mono/1.0
aspstatedir = $(prefix)/lib/xsp/1.0
aspstate_SCRIPTS = asp-state.exe asp-state.exe.config
if NET_2_0
scripts2 = asp-state2.exe asp-state2.exe.config
endif
aspstate2dir = $(prefix)/lib/mono/2.0
aspstate2dir = $(prefix)/lib/xsp/2.0
aspstate2_SCRIPTS = $(scripts2)
EXTRA_DIST = $(aspstate_input) asp-state.exe.config asp-state2.exe.config

Просмотреть файл

@ -1,12 +1,12 @@
MCSFLAGS= -debug+ -debug:full -nologo
dbsessmgrdir = $(prefix)/lib/mono/1.0
dbsessmgrdir = $(prefix)/lib/xsp/1.0
dbsessmgr_SCRIPTS = dbsessmgr.exe dbsessmgr.exe.config
if NET_2_0
scripts2 = dbsessmgr2.exe dbsessmgr2.exe.config
endif
dbsessmgr2dir = $(prefix)/lib/mono/2.0
dbsessmgr2dir = $(prefix)/lib/xsp/2.0
dbsessmgr2_SCRIPTS = $(scripts2)
EXTRA_DIST = $(dbsessmgr_input) dbsessmgr.exe.config dbsessmgr2.exe.config