(preprep): New target.
(ALL): Build it.
This commit is contained in:
parent
ebf8a96deb
commit
1e935838a1
1 changed files with 7 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# 9-6-94
|
||||
!include makefile.def
|
||||
|
||||
ALL = addpm ddeclient runemacs cmdproxy addsection
|
||||
ALL = addpm ddeclient runemacs cmdproxy addsection preprep
|
||||
!if $(MSVCNT11)
|
||||
TRES = $(BLD)\emacs.res
|
||||
!else
|
||||
|
@ -61,6 +61,12 @@ $(BLD)\addsection.exe: $(BLD)\addsection.obj
|
|||
$(LINK) -debug:full -out:$@ -subsystem:console -entry:mainCRTStartup \
|
||||
$(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib
|
||||
|
||||
preprep: $(BLD) $(BLD)\preprep.exe
|
||||
$(BLD)\preprep.obj: preprep.c
|
||||
$(BLD)\preprep.exe: $(BLD)\preprep.obj
|
||||
$(LINK) -debug:full -out:$@ -subsystem:console -entry:mainCRTStartup \
|
||||
$(SYS_LDFLAGS) $** $(BASE_LIBS)
|
||||
|
||||
#
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue