1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 18:41:13 +00:00

Fixed wrong executables

This commit is contained in:
Carsten Larsen
2016-12-09 21:12:03 +01:00
parent cb639df22a
commit 7a525896c7
8 changed files with 9 additions and 9 deletions

View File

@ -141,7 +141,7 @@ NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll
NTP_ANALYZER_PROCESS_DLL = $(BUILD_DIR)/Ntp.Analyzer.Process.dll
NTP_ANALYZER_MONITOR_CLIENT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Client.dll
NTP_ANALYZER_MONITOR_SERVER_DLL = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Server.dll
NTPA = $(BUILD_DIR)/ntpa
NTPA = $(BUILD_DIR)/Ntp.Analyzer.Cli.exe
FILES = \
../Shared/AssemblyInfo.cs \

View File

@ -158,11 +158,11 @@ NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll
NTP_ANALYZER_PROCESS_DLL = $(BUILD_DIR)/Ntp.Analyzer.Process.dll
NTP_ANALYZER_MONITOR_CLIENT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Client.dll
NTP_ANALYZER_MONITOR_SERVER_DLL = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Server.dll
NTPA = $(BUILD_DIR)/ntpa
NTPA = $(BUILD_DIR)/Ntp.Analyzer.Cli.exe
$(eval $(call emit-deploy-target,MYSQL_DATA_DLL))
$(eval $(call emit-deploy-target,NPGSQL_DLL))
$(eval $(call emit-deploy-wrapper,NTPA,ntpa,x))
$(eval $(call emit-deploy-target,NTPA,x))
$(eval $(call emit_resgen_targets))

View File

@ -67,7 +67,7 @@ RESGEN=resgen2
NTP_ANALYZER_MONITOR_CLIENT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Client.dll
NTP_COMMON_DLL = $(BUILD_DIR)/Ntp.Common.dll
NTPAC = $(BUILD_DIR)/ntpac
NTPAC = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Cli.exe
FILES = \
../Shared/AssemblyInfo.cs \

View File

@ -84,7 +84,7 @@ include $(top_srcdir)/Makefile.include
NTP_ANALYZER_MONITOR_CLIENT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Client.dll
NTP_COMMON_DLL = $(BUILD_DIR)/Ntp.Common.dll
NTPAC = $(BUILD_DIR)/ntpac
NTPAC = $(BUILD_DIR)/Ntp.Analyzer.Monitor.Cli.exe
$(eval $(call emit-deploy-wrapper,NTPAC,ntpac,x))

View File

@ -115,7 +115,7 @@ NTP_DATA_PROVIDER_DLL = $(BUILD_DIR)/Ntp.Data.Provider.dll
MYSQL_DATA_DLL = $(BUILD_DIR)/MySql.Data.dll
NPGSQL_DLL = $(BUILD_DIR)/Npgsql.dll
NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll
NTPAV = $(BUILD_DIR)/ntpav
NTPAV = $(BUILD_DIR)/Ntp.Analyzer.Validate.Cli.exe
FILES = \
../Shared/AssemblyInfo.cs \

View File

@ -132,7 +132,7 @@ NTP_DATA_PROVIDER_DLL = $(BUILD_DIR)/Ntp.Data.Provider.dll
MYSQL_DATA_DLL = $(BUILD_DIR)/MySql.Data.dll
NPGSQL_DLL = $(BUILD_DIR)/Npgsql.dll
NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll
NTPAV = $(BUILD_DIR)/ntpav
NTPAV = $(BUILD_DIR)/Ntp.Analyzer.Validate.Cli.exe
$(eval $(call emit-deploy-target,MYSQL_DATA_DLL))
$(eval $(call emit-deploy-target,NPGSQL_DLL))

View File

@ -113,7 +113,7 @@ NTP_DATA_PROVIDER_DLL = $(BUILD_DIR)/Ntp.Data.Provider.dll
MYSQL_DATA_DLL = $(BUILD_DIR)/MySql.Data.dll
NPGSQL_DLL = $(BUILD_DIR)/Npgsql.dll
NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll
NTPAG = $(BUILD_DIR)/ntpag
NTPAG = $(BUILD_DIR)/Ntp.Analyzer.Validate.Gui.exe
FILES = \
../Shared/AssemblyInfo.cs \

View File

@ -135,7 +135,7 @@ NTP_DATA_PROVIDER_DLL = $(BUILD_DIR)/Ntp.Data.Provider.dll
MYSQL_DATA_DLL = $(BUILD_DIR)/MySql.Data.dll
NPGSQL_DLL = $(BUILD_DIR)/Npgsql.dll
NTP_ANALYZER_IMPORT_DLL = $(BUILD_DIR)/Ntp.Analyzer.Import.dll
NTPAG = $(BUILD_DIR)/ntpag
NTPAG = $(BUILD_DIR)/Ntp.Analyzer.Validate.Gui.exe
$(eval $(call emit-deploy-target,MYSQL_DATA_DLL))
$(eval $(call emit-deploy-target,NPGSQL_DLL))