]> git.eshelyaron.com Git - emacs.git/commitdiff
(ALL): List top-level targets.
authorAndrew Innes <andrewi@gnu.org>
Sun, 17 Jan 1999 19:12:04 +0000 (19:12 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 17 Jan 1999 19:12:04 +0000 (19:12 +0000)
(addsection): New top-level target.
(install): Copy fns-*.el to bin directory.

nt/makefile.nt

index ed8bfe6628f6ecea53418cbbd3bd3df21cba7999..06726541048b3ddc95d7be88ef61e9f7af1f43e5 100644 (file)
@@ -22,7 +22,7 @@
 #                                                9-6-94
 !include makefile.def
 
-ALL            = $(BLD)\addpm.exe $(BLD)\ddeclient.exe $(BLD)\runemacs.exe $(BLD)\cmdproxy.exe
+ALL            = addpm ddeclient runemacs cmdproxy addsection
 !if $(MSVCNT11)
 TRES           = $(BLD)\emacs.res
 !else
@@ -55,6 +55,12 @@ $(BLD)\cmdproxy.exe: $(BLD)\cmdproxy.obj
                  $(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \
                  $(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib
 
+addsection:      $(BLD) $(BLD)\addsection.exe
+$(BLD)\addsection.obj: addsection.c
+$(BLD)\addsection.exe: $(BLD)\addsection.obj
+                 $(LINK) -debug:full -out:$@ -subsystem:console -entry:mainCRTStartup \
+                 $(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib
+
 #
 # The resource file.  NT 3.10 requires the use of cvtres; even though
 # it is not necessary on later versions, it is still ok to use it.
@@ -124,6 +130,7 @@ install:    all batch_files
                - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
                - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin
                - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin
+               - $(CP) ..\lib-src\fns-*.el $(INSTALL_DIR)\bin
                - $(ADDPM) $(INSTALL_DIR)
                - $(DEL) ..\same-dir.tst
                - $(DEL) $(INSTALL_DIR)\same-dir.tst