summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2016-07-15 11:40:39 +0700
committerPierre Joye <pierre.php@gmail.com>2016-07-15 11:40:39 +0700
commit2038d21a11d7fc66145536a7c1c3f519150ae868 (patch)
tree977009137e128f7da43d3a4a995574afa1273f3c /windows
parentcd53fe54ca6e25bbc764e574c15e8ab0e5d4d38d (diff)
downloadlibgd-2038d21a11d7fc66145536a7c1c3f519150ae868.tar.gz
not used anymore
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.vc4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/Makefile.vc b/windows/Makefile.vc
index 3dcfee0..b5bdfd5 100644
--- a/windows/Makefile.vc
+++ b/windows/Makefile.vc
@@ -214,6 +214,4 @@ $(TEST_CONFIG):
$(TEST_LIST): $(TARGETDLL)
if not exist $(TDR) mkdir $(TDR)
- copy $(TARGETDLL) $(TDR)$(GD_DLL)
- copy NUL $(TEST_LIST)
- for %%F in ($(TEST_EXE)) do @echo %%F >> $(TEST_LIST)
+ copy $(TARGETDLL) $(TDR)$(GD_DLL) \ No newline at end of file