Skip to content
Snippets Groups Projects
Commit 3c1fb074 authored by deuce's avatar deuce
Browse files

Build ex_hello by default... doesn't seem to work (How do you pass a

dropfile?)
parent 03663ad0
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ endif
#
# Define primary target.
#
all: ${LIBDIR}libODoors${SHLIB} ${LIBDIR}libODoors${STATICLIB} ex_diag
all: ${LIBDIR}libODoors${SHLIB} ${LIBDIR}libODoors${STATICLIB} ex_diag ex_hello
#
#------------------------------------------------------------------------------
#
......@@ -159,5 +159,8 @@ ex_chat: ex_chat.c ${LIBDIR}libODoors${SHLIB}
ex_diag: ex_diag.c ${LIBDIR}libODoors${SHLIB}
$(CC) $(CFLAGS) ex_diag.c -o ex_diag -lODoors
ex_hello: ex_hello.c ${LIBDIR}libODoors${SHLIB}
$(CC) $(CFLAGS) ex_hello.c -o ex_hello -lODoors
#
#------------------------------------------------------------------------------
......@@ -15,7 +15,7 @@
/* The opendoor.h file must be included by any program using OpenDoors. */
#include "opendoor.h"
#include "OpenDoor.h"
/* The main() or WinMain() function: program execution begins here. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment