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
Open sidebar
emacs
emacs
Commits
efca9fdc
Commit
efca9fdc
authored
Jun 01, 1998
by
Andrew Innes
Browse files
(LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.
parent
ad8cf30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/makefile.nt
src/makefile.nt
+4
-1
No files found.
src/makefile.nt
View file @
efca9fdc
...
...
@@ -33,6 +33,9 @@ SUBSYSTEM=console
# the emacs source tree.
#
LOCAL_FLAGS
=
-Demacs
=
1
-DWINDOWSNT
-DDOS_NT
-DHAVE_CONFIG_H
-I
..
\n
t
\i
nc
!
ifdef
NTGUI
LOCAL_FLAGS
=
$(LOCAL_FLAGS)
-DHAVE_NTGUI
=
1
!
endif
EMACS
=
$(BLD)
\e
macs.exe
TEMACS
=
$(BLD)
\t
emacs.exe
...
...
@@ -55,7 +58,7 @@ TLASTLIB = $(BLD)\lastfile.lib
# see comments in allocate_heap in w32heap.c before changing any of the
# -stack, -heap, or -base settings.
!if
"$(BUILD_TYPE)"
==
"spd"
LINK_FLAGS
=
$(ARCH_LDFLAGS)
-stack
:0x00800000
-heap
:0x00100000
-base
:0x01000000
-pdb
:
$(BLD)
\t
emacs.pdb
-machine
:
$(ARCH)
-subsystem
:
$(SUBSYSTEM)
-entry
:_start
-map
:
$(BLD)
\t
emacs.map
LINK_FLAGS
=
$(ARCH_LDFLAGS)
-stack
:0x00800000
-heap
:0x00100000
-base
:0x01000000
-debug
:full
-pdb
:
$(BLD)
\t
emacs.pdb
-machine
:
$(ARCH)
-subsystem
:
$(SUBSYSTEM)
-entry
:_start
-map
:
$(BLD)
\t
emacs.map
!
else
LINK_FLAGS
=
$(ARCH_LDFLAGS)
-stack
:0x00800000
-heap
:0x00100000
-base
:0x01000000
-debug
:full
-pdb
:
$(BLD)
\t
emacs.pdb
-machine
:
$(ARCH)
-subsystem
:
$(SUBSYSTEM)
-entry
:_start
-map
:
$(BLD)
\t
emacs.map
!
endif
...
...
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