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
6e407a58
Kaydet (Commit)
6e407a58
authored
Ara 09, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix Windows build and delivery of libpq
üst
0670d465
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
makefile.mk
postgresql/makefile.mk
+3
-6
postgresql-9.1.1.patch
postgresql/postgresql-9.1.1.patch
+3
-3
d.lst
postgresql/prj/d.lst
+1
-1
No files found.
postgresql/makefile.mk
Dosyayı görüntüle @
6e407a58
...
@@ -47,7 +47,7 @@ PATCH_FILES=\
...
@@ -47,7 +47,7 @@ PATCH_FILES=\
.ENDIF
.ENDIF
.IF
"$(GUI)$(COM)"
==
"WNT
GC
C"
.IF
"$(GUI)$(COM)"
==
"WNT
MS
C"
CONFIGURE_DIR
=
.
CONFIGURE_DIR
=
.
BUILD_DIR
=
src
BUILD_DIR
=
src
...
@@ -62,11 +62,8 @@ BUILD_DIR=src/interfaces/libpq
...
@@ -62,11 +62,8 @@ BUILD_DIR=src/interfaces/libpq
# (which we don't install anyway for now...)
# (which we don't install anyway for now...)
# --sysconfdir: config files. Ideally, we would like that to be "the same as the platform default",
# --sysconfdir: config files. Ideally, we would like that to be "the same as the platform default",
# but that's quite some guessing work.
# but that's quite some guessing work.
.IF
"$(VERBOSE)"
==
""
CONFIGURE_ACTION
=
./configure
--without-readline
--disable-shared
MAKE_SILENT
=
-s
BUILD_ACTION
=
make
-j
$(GMAKE_MODULE_PARALLELISM)
.ENDIF
CONFIGURE_ACTION
=
./configure
--without-readline
BUILD_ACTION
=
make
$(MAKE_SILENT)
-j
$(GMAKE_MODULE_PARALLELISM)
all-static-lib
.ENDIF
.ENDIF
# --- Targets ------------------------------------------------------
# --- Targets ------------------------------------------------------
...
...
postgresql/postgresql-9.1.1.patch
Dosyayı görüntüle @
6e407a58
...
@@ -47,9 +47,9 @@
...
@@ -47,9 +47,9 @@
-CPP_OBJS=.\Release/
-CPP_OBJS=.\Release/
-!ENDIF
-!ENDIF
-
-
+OUTDIR=
$(OUTDIR)/lib
+OUTDIR=
.
+INTDIR=
$(OUTDIR)/lib
+INTDIR=
.
+CPP_OBJS=
$(OUTDIR)/slo
/
+CPP_OBJS=
.
/
-ALL : config "$(OUTDIR)\$(OUTFILENAME).lib" "$(OUTDIR)\$(OUTFILENAME).dll"
-ALL : config "$(OUTDIR)\$(OUTFILENAME).lib" "$(OUTDIR)\$(OUTFILENAME).dll"
+ALL : config "$(OUTDIR)\$(OUTFILENAME).lib"
+ALL : config "$(OUTDIR)\$(OUTFILENAME).lib"
...
...
postgresql/prj/d.lst
Dosyayı görüntüle @
6e407a58
...
@@ -3,5 +3,5 @@ mkdir: %_DEST%\inc\postgresql
...
@@ -3,5 +3,5 @@ mkdir: %_DEST%\inc\postgresql
..\%__SRC%\misc\build\postgresql-*\src\include\postgres_ext.h %_DEST%\inc\postgresql\
..\%__SRC%\misc\build\postgresql-*\src\include\postgres_ext.h %_DEST%\inc\postgresql\
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq-fe.h %_DEST%\inc\postgresql\
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq-fe.h %_DEST%\inc\postgresql\
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq.a %_DEST%\lib\
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq.a %_DEST%\lib\
..\%__SRC%\
lib\*.lib %_DEST%\lib\*.lib
..\%__SRC%\
misc\build\postgresql-*\src\interfaces\libpq\libpq.lib %_DEST%\lib\
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