diff options
| author | Richard M. Stallman | 1995-06-15 15:29:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-15 15:29:25 +0000 |
| commit | 070d8109321f6e8436784e08eb46188420d11996 (patch) | |
| tree | 800fbb61e7ed8ec1bb515cf8c34b4b5d315ff8b9 /src | |
| parent | 0a4de642e4db66aa01ea94790c5c9ce78eb75906 (diff) | |
| download | emacs-070d8109321f6e8436784e08eb46188420d11996.tar.gz emacs-070d8109321f6e8436784e08eb46188420d11996.zip | |
(TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index f8d841920b8..d7118391c12 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -36,7 +36,11 @@ TEMACS = $(BLD)\temacs.exe | |||
| 36 | TLIB1 = $(BLD)\temacs1.lib | 36 | TLIB1 = $(BLD)\temacs1.lib |
| 37 | TLIB2 = $(BLD)\temacs2.lib | 37 | TLIB2 = $(BLD)\temacs2.lib |
| 38 | TOBJ = $(BLD)\emacs.obj | 38 | TOBJ = $(BLD)\emacs.obj |
| 39 | !if $(MSVCNT11) | ||
| 40 | TRES = $(BLD)\emacs.res | ||
| 41 | !else | ||
| 39 | TRES = $(BLD)\emacs.rbj | 42 | TRES = $(BLD)\emacs.rbj |
| 43 | !endif | ||
| 40 | 44 | ||
| 41 | LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:console -entry:_start | 45 | LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:console -entry:_start |
| 42 | 46 | ||
| @@ -161,7 +165,9 @@ $(TEMACS): $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) | |||
| 161 | # | 165 | # |
| 162 | $(TRES): ..\nt\emacs.rc | 166 | $(TRES): ..\nt\emacs.rc |
| 163 | $(RC) -i..\nt -Fo$(BLD)\emacs.res $** | 167 | $(RC) -i..\nt -Fo$(BLD)\emacs.res $** |
| 168 | !if !$(MSVCNT11) | ||
| 164 | $(CVTRES) -r -$(ARCH) -o $@ $(BLD)\emacs.res | 169 | $(CVTRES) -r -$(ARCH) -o $@ $(BLD)\emacs.res |
| 170 | !endif | ||
| 165 | 171 | ||
| 166 | # | 172 | # |
| 167 | # Build the library. Split up the build into two phases...otherwise we | 173 | # Build the library. Split up the build into two phases...otherwise we |