summaryrefslogtreecommitdiff
path: root/crashrep/source/win32
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep/source/win32')
-rwxr-xr-xcrashrep/source/win32/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk
index c18aef4c450d..905a2b4141af 100755
--- a/crashrep/source/win32/makefile.mk
+++ b/crashrep/source/win32/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hro $ $Date: 2003-06-06 11:22:04 $
+# last change: $Author: hro $ $Date: 2003-06-11 19:24:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,7 +80,6 @@ RCFILES=$(TARGET).rc
OBJFILES=\
$(OBJ)$/soreport.obj\
- $(OBJ)$/mapi.obj\
$(OBJ)$/base64.obj
LNGFILES=..$/all$/crashrep.lng
@@ -101,8 +100,6 @@ STDLIB1=\
APP1NOSVRES=$(RES)$/$(TARGET).res
-ALLTAR: $(BIN)$/$(TARGET).exe.manifest
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
@@ -113,5 +110,3 @@ ALLTAR: $(BIN)$/$(TARGET).exe.manifest
$(RCFILES) : $(LNGFILES) makefile.mk rcfooter.txt rcheader.txt rctemplate.txt ctrylnglist.txt
+lngconvex.exe -lng ..\all\crashrep.lng -rc $(TARGET).rc -c ctrylnglist.txt -rct rctemplate.txt -rch rcheader.txt -rcf rcfooter.txt
-$(BIN)$/$(TARGET).exe.manifest: soreport.manifest
- +$(COPY) $< $@