Cleaned up makefiles for Win32 from DCC changes.

This commit is contained in:
skarg
2006-02-13 12:56:20 +00:00
parent 566749508c
commit f8dd54e58d
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ SRCS = readfile.c \
..\..\bacstr.c \ ..\..\bacstr.c \
..\..\bactext.c \ ..\..\bactext.c \
..\..\indtext.c \ ..\..\indtext.c \
..\..\filename.c \
..\..\bigend.c \ ..\..\bigend.c \
..\..\whois.c \ ..\..\whois.c \
..\..\iam.c \ ..\..\iam.c \
+1
View File
@@ -34,6 +34,7 @@ SRCS = writefile.c \
$(BACNET_ROOT)/bacstr.c \ $(BACNET_ROOT)/bacstr.c \
$(BACNET_ROOT)/bactext.c \ $(BACNET_ROOT)/bactext.c \
$(BACNET_ROOT)/indtext.c \ $(BACNET_ROOT)/indtext.c \
$(BACNET_ROOT)/filename.c \
$(BACNET_ROOT)/bigend.c \ $(BACNET_ROOT)/bigend.c \
$(BACNET_ROOT)/whois.c \ $(BACNET_ROOT)/whois.c \
$(BACNET_ROOT)/iam.c \ $(BACNET_ROOT)/iam.c \
+2
View File
@@ -29,6 +29,7 @@ SRCS = writefile.c \
..\..\bacstr.c \ ..\..\bacstr.c \
..\..\bactext.c \ ..\..\bactext.c \
..\..\indtext.c \ ..\..\indtext.c \
..\..\filename.c \
..\..\bigend.c \ ..\..\bigend.c \
..\..\whois.c \ ..\..\whois.c \
..\..\iam.c \ ..\..\iam.c \
@@ -36,6 +37,7 @@ SRCS = writefile.c \
..\..\wp.c \ ..\..\wp.c \
..\..\arf.c \ ..\..\arf.c \
..\..\awf.c \ ..\..\awf.c \
..\..\dcc.c \
..\..\demo\object\bacfile.c \ ..\..\demo\object\bacfile.c \
..\..\demo\object\device.c \ ..\..\demo\object\device.c \
..\..\demo\object\ai.c \ ..\..\demo\object\ai.c \
+3 -1
View File
@@ -44,6 +44,7 @@
#include "datalink.h" #include "datalink.h"
#include "whois.h" #include "whois.h"
/* some demo stuff needed */ /* some demo stuff needed */
#include "filename.h"
#include "handlers.h" #include "handlers.h"
#include "txbuf.h" #include "txbuf.h"
@@ -293,7 +294,8 @@ int main(int argc, char *argv[])
if (argc < 4) if (argc < 4)
{ {
/* FIXME: what about access method - record or stream? */ /* FIXME: what about access method - record or stream? */
printf("%s device-instance file-instance local-name\r\n",argv[0]); printf("%s device-instance file-instance local-name\r\n",
filename_remove_path(argv[0]));
return 0; return 0;
} }
/* decode the command line parameters */ /* decode the command line parameters */