diff options
| author | Andrew Innes | 1999-02-20 20:36:26 +0000 |
|---|---|---|
| committer | Andrew Innes | 1999-02-20 20:36:26 +0000 |
| commit | ebf8a96debedf3d4bf089809009a8f52918dee21 (patch) | |
| tree | 538f979d217c65e4695390367e1b9a539ad3470d | |
| parent | af51687cb69713ae3d94f021891fe28970349c62 (diff) | |
| download | emacs-ebf8a96debedf3d4bf089809009a8f52918dee21.tar.gz emacs-ebf8a96debedf3d4bf089809009a8f52918dee21.zip | |
(ARCH_CFLAGS): Set struct packing to 8.
| -rw-r--r-- | nt/makefile.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.def b/nt/makefile.def index e9926c540a2..8b949ffe656 100644 --- a/nt/makefile.def +++ b/nt/makefile.def | |||
| @@ -188,7 +188,7 @@ ADDPM = ..\nt\$(BLD)\addpm.exe | |||
| 188 | !if "$(BUILD_TYPE)" == "spd" | 188 | !if "$(BUILD_TYPE)" == "spd" |
| 189 | ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8 | 189 | ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8 |
| 190 | !else | 190 | !else |
| 191 | ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -G3d -Zi -Od | 191 | ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zi -Zp8 |
| 192 | !endif | 192 | !endif |
| 193 | ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS) | 193 | ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS) |
| 194 | 194 | ||