Kaydet (Commit) c0e233b3 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

MWS_SRX644: migrate branch mws_srx644 -> HEAD

üst 61042ccf
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.2 $ # $Revision: 1.3 $
# #
# last change: $Author: mh $ $Date: 2002-10-23 06:05:36 $ # last change: $Author: hr $ $Date: 2003-03-26 12:08:20 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -55,17 +55,18 @@ ...@@ -55,17 +55,18 @@
# All Rights Reserved. # All Rights Reserved.
# #
# Contributor(s): _______________________________________ # Contributor(s): _______________________________________
# Martin Blapp (mbr@openoffice.org)
# #
# #
# #
#************************************************************************* #*************************************************************************
PRJ=.. PRJ=..
PRJPCH= PRJPCH=
PRJNAME=SVIDL PRJNAME=SVIDL
TARGET=idl TARGET=idl
VERSION=$(UPD)
TARGETTYPE=CUI TARGETTYPE=CUI
...@@ -82,18 +83,33 @@ LIB1FILES = $(LB)$/prj.lib \ ...@@ -82,18 +83,33 @@ LIB1FILES = $(LB)$/prj.lib \
$(LB)$/objects.lib \ $(LB)$/objects.lib \
$(LB)$/cmptools.lib $(LB)$/cmptools.lib
.IF "$(GUI)" != "WIN"
APP1TARGET= svidl APP1TARGET= svidl
.IF "$(GUI)" != "MAC"
APP1DEPN= $(L)$/itools.lib APP1DEPN= $(L)$/itools.lib
.ENDIF
APP1STDLIBS=\ APP1STDLIBS= \
$(TOOLSLIB) $(TOOLSLIB) \
$(SALLIB)
APP1LIBS= $(LIBPRE) $(LB)$/$(TARGET).lib APP1LIBS= $(LIBPRE) $(LB)$/$(TARGET).lib
.IF "$(GUI)" != "UNX" .IF "$(GUI)" != "UNX"
.IF "$(COM)"=="WTC"
APP1OBJS= $(OBJ)$/svidl.obj
.ELSE
APP1OBJS= $(OBJ)$/svidl.obj \ APP1OBJS= $(OBJ)$/svidl.obj \
$(OBJ)$/command.obj $(OBJ)$/command.obj
.ENDIF .ENDIF
.ENDIF
.IF "$(COM)" == "WTC"
APP1STACK=32768
.ENDIF
.IF "$(GUI)" != "OS2"
APP1STACK=32768
.ENDIF
.ENDIF
.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" .IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD"
APP1STDLIBS+=-lcrypt APP1STDLIBS+=-lcrypt
...@@ -103,8 +119,28 @@ APP1STDLIBS+=-lcrypt ...@@ -103,8 +119,28 @@ APP1STDLIBS+=-lcrypt
.INCLUDE : target.mk .INCLUDE : target.mk
# -------------------------------------------------------------------
# PM2
# -------------------------------------------------------------------
.IF "$(GUI)" == "OS2"
$(MISC)$/$(APP1TARGET).def : makefile
echo NAME SV-IDL WINDOWCOMPAT >$@
echo DESCRIPTION 'SV-IDL-Compiler' >>$@
.IF "$(COM)" != "BLC"
echo STUB 'os2STUB.EXE' >>$@
.ENDIF
echo DATA MULTIPLE >>$@
echo EXETYPE OS2 >>$@
echo PROTMODE >>$@
echo HEAPSIZE 16000 >>$@
echo STACKSIZE 48000 >>$@
.ENDIF
# --- Filter-Datei --- # --- Filter-Datei ---
.IF "$(GUI)" != "DOS"
$(MISC)$/$(SHL1TARGET).flt: makefile $(MISC)$/$(SHL1TARGET).flt: makefile
@echo ------------------------------ @echo ------------------------------
@echo Making: $@ @echo Making: $@
...@@ -112,4 +148,5 @@ $(MISC)$/$(SHL1TARGET).flt: makefile ...@@ -112,4 +148,5 @@ $(MISC)$/$(SHL1TARGET).flt: makefile
@echo LIBMAIN>>$@ @echo LIBMAIN>>$@
@echo LibMain>>$@ @echo LibMain>>$@
@echo Stg>>$@ @echo Stg>>$@
.ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment