Added bacint.c to all the project make files that needed it. We really need to make the code into a library and use the library in the demos since adding a file to all the make files and IDE projects is tedious at best.

This commit is contained in:
skarg
2007-07-26 00:24:25 +00:00
parent 07148e107a
commit 7e2d6ee881
51 changed files with 259 additions and 152 deletions
+1
View File
@@ -42,6 +42,7 @@ SRCS = main.c \
..\..\demo\handler\h_whohas.c \
..\..\demo\handler\s_ihave.c \
..\..\bacdcode.c \
..\..\bacint.c \
..\..\bacapp.c \
..\..\bacstr.c \
..\..\bactext.c \