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))