Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 2388:cfff883d4990
[xemacs-hg @ 2004-11-14 12:19:55 by crestani]
Fix Cygwin installation and pdump build.
author | crestani |
---|---|
date | Sun, 14 Nov 2004 12:20:00 +0000 |
parents | e77c2aea9fd8 |
children | 97dd9f867cef |
comparison
equal
deleted
inserted
replaced
2387:7ee6ea4ff5c0 | 2388:cfff883d4990 |
---|---|
417 DUMP_TARGET = $(PROGNAME).dmp | 417 DUMP_TARGET = $(PROGNAME).dmp |
418 RAW_EXE = $(PROGNAME) | 418 RAW_EXE = $(PROGNAME) |
419 DUMP_ID = dump-id.o | 419 DUMP_ID = dump-id.o |
420 #ifndef WIN32_NATIVE | 420 #ifndef WIN32_NATIVE |
421 DUMP_TARGET = $(PROGNAME) | 421 DUMP_TARGET = $(PROGNAME) |
422 #ifndef CYGWIN | |
422 RAW_EXE = temacs | 423 RAW_EXE = temacs |
424 #else | |
425 RAW_EXE = temacs.exe | |
426 #endif | |
423 #endif | 427 #endif |
424 #else | 428 #else |
425 DUMP_TARGET = $(PROGNAME) | 429 DUMP_TARGET = $(PROGNAME) |
426 RAW_EXE = temacs | 430 RAW_EXE = temacs |
427 #endif | 431 #endif |