Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
a821edb8
Commit
a821edb8
authored
Aug 28, 2002
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing dependencies on w32term.h and composite.h.
parent
8ee14629
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
src/ChangeLog
src/ChangeLog
+3
-0
src/makefile.w32-in
src/makefile.w32-in
+9
-2
No files found.
src/ChangeLog
View file @
a821edb8
2002-08-28 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in: Add missing dependencies on w32term.h and
composite.h.
* emacs.c (USAGE1): Add missing newline.
2002-08-27 Andrew Choi <akochoi@shaw.ca>
...
...
src/makefile.w32-in
View file @
a821edb8
...
...
@@ -582,6 +582,7 @@ $(BLD)/frame.$(O) : \
$(SRC)/window.h
\
$(SRC)/buffer.h
\
$(SRC)/commands.h
\
$(SRC)/w32term.h
\
$(SRC)/keyboard.h
$(BLD)/getloadavg.$(O)
:
\
...
...
@@ -783,6 +784,7 @@ $(BLD)/w32proc.$(O) : \
$(SRC)/config.h
\
$(SRC)/w32.h
\
$(SRC)/w32heap.h
\
$(SRC)/w32term.h
\
$(SRC)/systime.h
$(BLD)/w32console.$(O)
:
\
...
...
@@ -1022,7 +1024,8 @@ $(BLD)/window.$(O) : \
$(SRC)/termchar.h
\
$(SRC)/disptab.h
\
$(SRC)/keyboard.h
\
$(SRC)/composite.h
$(SRC)/composite.h
\
$(SRC)/w32term.h
$(BLD)/xdisp.$(O)
:
\
$(SRC)/xdisp.c
\
...
...
@@ -1040,6 +1043,7 @@ $(BLD)/xdisp.$(O) : \
$(SRC)/termhooks.h
\
$(SRC)/dispextern.h
\
$(SRC)/w32gui.h
\
$(SRC)/w32term.h
\
$(SRC)/intervals.h
\
$(SRC)/composite.h
...
...
@@ -1084,6 +1088,7 @@ $(BLD)/w32menu.$(O): \
$(EMACS_ROOT)/src/m/intel386.h
\
$(EMACS_ROOT)/src/config.h
\
$(SRC)/w32menu.c
\
$(SRC)/w32term.h
\
$(SRC)/termhooks.h
\
$(SRC)/frame.h
\
$(SRC)/window.h
\
...
...
@@ -1127,7 +1132,8 @@ $(BLD)/w32select.$(O): \
$(SRC)/w32gui.h
\
$(SRC)/dispextern.h
\
$(SRC)/frame.h
\
$(SRC)/blockinput.h
$(SRC)/blockinput.h
\
$(SRC)/composite.h
$(BLD)/w32reg.$(O)
:
\
$(EMACS_ROOT)/src/s/ms-w32.h
\
...
...
@@ -1143,6 +1149,7 @@ $(BLD)/w32xfns.$(O): \
$(EMACS_ROOT)/src/m/intel386.h
\
$(EMACS_ROOT)/src/config.h
\
$(SRC)/w32xfns.c
\
$(SRC)/w32term.h
$(BLD)/w32bdf.$(O)
:
\
$(EMACS_ROOT)/src/s/ms-w32.h
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment