comparison nt/makefile.def @ 12180:268be0c80ca2

makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 10 Jun 1995 02:23:39 +0000
parents 51cb98d13316
children f5ad41d728d3
comparison
equal deleted inserted replaced
12179:3b0a6bb0ca8c 12180:268be0c80ca2
129 CP_DIR = xcopy /fried 129 CP_DIR = xcopy /fried
130 130
131 # This is completely braindamaged, but it's the only routine known to be there 131 # This is completely braindamaged, but it's the only routine known to be there
132 DEL_TREE = echo y | rmdir /s 132 DEL_TREE = echo y | rmdir /s
133 133
134 # The location of the icon file
135 EMACS_ICON_PATH = ..\nt\emacs.ico
136
137 # Lets us add icons to the GNU Emacs folder
138 ADDPM = ..\nt\$(BLD)\addpm.exe
139
134 !if "$(ARCH)" == "i386" 140 !if "$(ARCH)" == "i386"
135 ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -G3d -Zi -Od 141 ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -G3d -Zi -Od
136 ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS) 142 ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS)
137 143
138 !else 144 !else