diff options
Diffstat (limited to 'loader')
-rw-r--r-- | loader/dshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/Makefile b/loader/dshow/Makefile index 1d4fbc31a0..e4973fd35d 100644 --- a/loader/dshow/Makefile +++ b/loader/dshow/Makefile @@ -23,7 +23,7 @@ $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) test: test.c $(LIBNAME) - $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++ + $(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++ all: $(LIBNAME) |