Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ clean:
del $(DRUNTIME) $(OBJS_TO_DELETE)
rmdir /S /Q $(DOCDIR) $(IMPDIR)

auto-tester-build: target
auto-tester-build:
echo "Windows builds have been disabled on auto-tester"

auto-tester-test: unittest test_all
auto-tester-test:
echo "Windows builds have been disabled on auto-tester"
6 changes: 4 additions & 2 deletions win64.mak
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ clean:
del $(DRUNTIME) $(OBJS_TO_DELETE)
rmdir /S /Q $(DOCDIR) $(IMPDIR)

auto-tester-build: target
auto-tester-build:
echo "Windows builds have been disabled on auto-tester"

auto-tester-test: unittest test_all
auto-tester-test:
echo "Windows builds have been disabled on auto-tester"