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
5f0fcedb
Commit
5f0fcedb
authored
Sep 03, 1997
by
Geoff Voelker
Browse files
(CFLAGS_COMMON): Place pdb file in object build
directory. (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
parent
baf7eeb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
nt/makefile.def
nt/makefile.def
+3
-3
No files found.
nt/makefile.def
View file @
5f0fcedb
...
...
@@ -133,14 +133,14 @@ SYS_LDFLAGS = -release -incremental:no -version:3.10
INC
=
-I
.
!if
"$(BUILD_TYPE)"
==
"spd"
CFLAGS_COMMON
=
-nologo
$(INC)
$(ARCH_CFLAGS)
$(LOCAL_FLAGS)
-DWIN32_LEAN_AND_MEAN
-D
$(ARCH)
CFLAGS_COMMON
=
-nologo
$(INC)
$(ARCH_CFLAGS)
$(LOCAL_FLAGS)
-DWIN32_LEAN_AND_MEAN
-D
$(ARCH)
-Fd
$(BLD)
\v
c.pdb
!
else
CFLAGS_COMMON
=
-nologo
$(INC)
$(ARCH_CFLAGS)
$(LOCAL_FLAGS)
-DWIN32_LEAN_AND_MEAN
-D
$(ARCH)
-DEMACSDEBUG
CFLAGS_COMMON
=
-nologo
$(INC)
$(ARCH_CFLAGS)
$(LOCAL_FLAGS)
-DWIN32_LEAN_AND_MEAN
-D
$(ARCH)
-Fd
$(BLD)
\v
c.pdb
-DEMACSDEBUG
!
endif
!if
$(MSVCNT11)
CFLAGS
=
$(CFLAGS_COMMON)
-D_CRTAPI1
=
_cdecl
!
else
CFLAGS
=
$(CFLAGS_COMMON)
CFLAGS
=
$(CFLAGS_COMMON)
-D_CRTAPI1
=
_cdecl
!
endif
!
ifdef
NTGUI
CFLAGS
=
$(CFLAGS)
-DHAVE_NTGUI
=
1
...
...
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