# HG changeset patch
# User unc0rr
# Date 1162394352 0
# Node ID be2e08b0109f3b2bb8cbd73666a1edfdf8e64ed0
# Parent  8907889e3101f934658a57f30b8ad5a65555c35a
fix finding of delphi compiler

diff -r 8907889e3101 -r be2e08b0109f hedgewars/CMakeLists.txt
--- a/hedgewars/CMakeLists.txt	Tue Oct 31 23:32:46 2006 +0000
+++ b/hedgewars/CMakeLists.txt	Wed Nov 01 15:19:12 2006 +0000
@@ -1,4 +1,4 @@
-set(dcc32_tryexe dcc132.exe)
+set(dcc32_tryexe dcc32.exe)
 set(fpc_tryexe fpc)
 set(hwengine_project "hwengine.dpr")