mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 18:41:13 +00:00
Fixed wrong executables
This commit is contained in:
@ -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 \
|
||||
|
@ -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))
|
||||
|
Reference in New Issue
Block a user