summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
Diffstat (limited to 'cppe')
-rwxr-xr-xcppe/config/Make.rules.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/config/Make.rules.mak b/cppe/config/Make.rules.mak
index 8197a7299a0..507c0b17605 100755
--- a/cppe/config/Make.rules.mak
+++ b/cppe/config/Make.rules.mak
@@ -92,6 +92,10 @@ OBJEXT = .obj
#
# Verify valid embedded settings
#
+!if "$(CPP_COMPILER)" != "VC80" && "$(CPP_COMPILER)" != "VC80_EXPRESS"
+!error Invalid setting for CPP_COMPILER: $(CPP_COMPILER)
+!endif
+
!if "$(EMBEDDED_DEVICE)" != ""
!if "$(EMBEDDED_DEVICE)" != "PocketPC" && "$(EMBEDDED_DEVICE)" != "Smartphone"
!error Invalid setting for EMBEDDED_DEVICE: "$(EMBEDDED_DEVICE)"