summaryrefslogtreecommitdiff
path: root/src/rebuild.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-08-19 18:09:25 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-08-19 18:09:25 +0200
commit7436d83ef371d4fee4a66bec235e102ed80275db (patch)
tree243b416b1b6e10a43b9495121af0e57522543de0 /src/rebuild.h
parente1030dc6e69863438fe35a628bd6af9abc814b4a (diff)
Add support for msvc tool-chain (cl.exe/link.exe and lib.exe) on windows.
Diffstat (limited to 'src/rebuild.h')
-rw-r--r--src/rebuild.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rebuild.h b/src/rebuild.h
index f1255c6..7b0ebb8 100644
--- a/src/rebuild.h
+++ b/src/rebuild.h
@@ -7,8 +7,7 @@
#include <array>
#include "libctor.h"
-
-class Settings;
+//class Settings;
struct BuildConfigurationEntry
{