summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorBen Key <bkey1@tampabay.rr.com>2002-11-17 22:35:26 +0000
committerBen Key <bkey1@tampabay.rr.com>2002-11-17 22:35:26 +0000
commitf60ae425e9095d06f4ad06e5b277903606c25dca (patch)
tree5cf0be810c07412c8e145c431327f53df9e8ad89 /src/makefile.w32-in
parent87a609d3fb43ab67d043ae2462ac5aacff9381c1 (diff)
downloademacs-f60ae425e9095d06f4ad06e5b277903606c25dca.tar.gz
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 8c56c25667a..0a11245df0e 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -94,6 +94,7 @@ OBJ1 = $(BLD)/abbrev.$(O) \
$(BLD)/regex.$(O) \
$(BLD)/scroll.$(O) \
$(BLD)/search.$(O) \
+ $(BLD)/sound.$(O) \
$(BLD)/syntax.$(O) \
$(BLD)/sysdep.$(O) \
$(BLD)/term.$(O) \
@@ -133,6 +134,7 @@ LIBS = $(TLIB0) \
$(TLIB1) \
$(TLIBW32) \
$(TLASTLIB) \
+ $(WINMM) \
$(ADVAPI32) \
$(GDI32) \
$(COMDLG32) \
@@ -1094,6 +1096,13 @@ $(BLD)/search.$(O) : \
$(SRC)/w32bdf.h \
$(SRC)/w32gui.h
+$(BLD)/sound.$(O) : \
+ $(SRC)/sound.c \
+ $(SRC)/lisp.h \
+ $(SRC)/dispextern.h \
+ $(SRC)/atimer.h \
+ $(SRC)/syssignal.h
+
$(BLD)/strftime.$(O) : \
$(SRC)/strftime.c \
$(EMACS_ROOT)/src/s/ms-w32.h \