Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c0e233b3
Kaydet (Commit)
c0e233b3
authored
Mar 26, 2003
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MWS_SRX644: migrate branch mws_srx644 -> HEAD
üst
61042ccf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
5 deletions
+42
-5
makefile.mk
idl/util/makefile.mk
+42
-5
No files found.
idl/util/makefile.mk
Dosyayı görüntüle @
c0e233b3
...
...
@@ -2,9 +2,9 @@
#
# $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
# either of the following licenses
...
...
@@ -55,17 +55,18 @@
# All Rights Reserved.
#
# Contributor(s): _______________________________________
# Martin Blapp (mbr@openoffice.org)
#
#
#
#*************************************************************************
PRJ
=
..
PRJPCH
=
PRJNAME
=
SVIDL
TARGET
=
idl
VERSION
=
$(UPD)
TARGETTYPE
=
CUI
...
...
@@ -82,18 +83,33 @@ LIB1FILES = $(LB)$/prj.lib \
$(LB)$/
objects.lib
\
$(LB)$/
cmptools.lib
.IF
"$(GUI)"
!=
"WIN"
APP1TARGET
=
svidl
.IF
"$(GUI)"
!=
"MAC"
APP1DEPN
=
$(L)$/
itools.lib
.ENDIF
APP1STDLIBS
=
\
$(TOOLSLIB)
APP1STDLIBS
=
\
$(TOOLSLIB)
\
$(SALLIB)
APP1LIBS
=
$(LIBPRE)
$(LB)$/$(TARGET)
.lib
.IF
"$(GUI)"
!=
"UNX"
.IF
"$(COM)"
==
"WTC"
APP1OBJS
=
$(OBJ)$/
svidl.obj
.ELSE
APP1OBJS
=
$(OBJ)$/
svidl.obj
\
$(OBJ)$/
command.obj
.ENDIF
.ENDIF
.IF
"$(COM)"
==
"WTC"
APP1STACK
=
32768
.ENDIF
.IF
"$(GUI)"
!=
"OS2"
APP1STACK
=
32768
.ENDIF
.ENDIF
.IF
"$(OS)"
==
"LINUX"
||
"$(OS)"
==
"FREEBSD"
APP1STDLIBS
+=
-lcrypt
...
...
@@ -103,8 +119,28 @@ APP1STDLIBS+=-lcrypt
.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 ---
.IF
"$(GUI)"
!=
"DOS"
$(MISC)$/$(SHL1TARGET).flt
:
makefile
@echo
------------------------------
@echo Making
:
$@
...
...
@@ -112,4 +148,5 @@ $(MISC)$/$(SHL1TARGET).flt: makefile
@echo
LIBMAIN>>$@
@echo
LibMain>>$@
@echo
Stg>>$@
.ENDIF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment