summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 22cbb280da..4e72a355ce 100755
--- a/configure
+++ b/configure
@@ -1339,6 +1339,7 @@ if win32 ; then
_exesuf=".exe"
# -lwinmm is always needed for osdep/timer-win2.c
_ld_extra="$_ld_extra -lwinmm"
+ _pe_executable=yes
_timer=timer-win2.c
fi
@@ -7730,6 +7731,8 @@ NEED_VSSCANF = $_need_vsscanf
GETCH = $_getch
TIMER = $_timer
+PE_EXECUTABLE = $_pe_executable
+
# audio output
OSS = $_ossaudio
ALSA = $_alsa