From 37162209a3da8812203022de6b81e4f05015043a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 16 Nov 2018 07:14:58 +0100 Subject: New upstream version 0.9.0 --- win32/Code_Blocks/test.cbp | 23 -------- win32/MinGW/Makefile | 4 +- win32/Visual_Studio_2005/test.vcproj | 100 ----------------------------------- 3 files changed, 1 insertion(+), 126 deletions(-) (limited to 'win32') diff --git a/win32/Code_Blocks/test.cbp b/win32/Code_Blocks/test.cbp index 85c7ca4..ec3cb5c 100644 --- a/win32/Code_Blocks/test.cbp +++ b/win32/Code_Blocks/test.cbp @@ -32,30 +32,7 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/MinGW/Makefile b/win32/MinGW/Makefile index 16e361d..09d929c 100644 --- a/win32/MinGW/Makefile +++ b/win32/MinGW/Makefile @@ -40,7 +40,6 @@ CFLAGS = -Wall -Wextra -O3 -s TEST_DIR = ../../test -CPP_TEST_DIR = ../CppTest LIB_DIR = ../../src INCLUDE_DIR = ../../include WIN32_DIR = .. @@ -49,8 +48,7 @@ CXX = g++ dos = $(subst /,\,$(1)) URIPARSER_OBJECTS := $(patsubst %.c,%.o,$(wildcard $(LIB_DIR)/*.c)) -TEST_OBJECTS := $(patsubst %.cpp,%.o,$(wildcard $(CPP_TEST_DIR)/*.cpp)) \ - $(patsubst %.cpp,%.o,$(wildcard $(TEST_DIR)/*.cpp)) +TEST_OBJECTS := $(patsubst %.cpp,%.o,$(wildcard $(TEST_DIR)/*.cpp)) LIBRARY = $(WIN32_DIR)/liburiparser.a TEST_SUITE = $(WIN32_DIR)/test.exe diff --git a/win32/Visual_Studio_2005/test.vcproj b/win32/Visual_Studio_2005/test.vcproj index 26086a2..4971e13 100644 --- a/win32/Visual_Studio_2005/test.vcproj +++ b/win32/Visual_Studio_2005/test.vcproj @@ -216,110 +216,10 @@ RelativePath="..\..\test\FourSuite.cpp" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3