Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
build: fix "make dist", which was broken because of the vcproj -> vcxproj
migration.
tags/v0.99.beta18
Sam Hocevar
sam
14 anos atrás
pai
89670f0598
commit
859804d7af
3 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
caca/Makefile.am
+1
-1
cxx/Makefile.am
+1
-1
src/Makefile.am
+ 1
- 1
caca/Makefile.am
Ver arquivo
@@ -1,7 +1,7 @@
EXTRA_DIST = caca.pc.in \
mono9.data monobold12.data \
libcaca.vcproj libcaca.def
libcaca.vc
x
proj libcaca.def
DISTCLEANFILES = caca.pc
AM_CPPFLAGS = -I$(top_srcdir) -DPLUGINDIR=\"$(plugindir)\"
+ 1
- 1
cxx/Makefile.am
Ver arquivo
@@ -1,7 +1,7 @@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca
EXTRA_DIST = libcaca++.vcproj libcaca++.def test-cxx.vcproj
EXTRA_DIST = libcaca++.vc
x
proj libcaca++.def test-cxx.vc
x
proj
if USE_CXX
pkgconfig_DATA = caca++.pc
pkgconfigdir = $(libdir)/pkgconfig
+ 1
- 1
src/Makefile.am
Ver arquivo
@@ -1,7 +1,7 @@
pkgdata_DATA = caca.txt
EXTRA_DIST = caca.txt cacademo.vcproj cacafire.vcproj cacaview.vcproj
EXTRA_DIST = caca.txt cacademo.vc
x
proj cacafire.vc
x
proj cacaview.vc
x
proj
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \
-DLIBCACA=1 -DX_DISPLAY_MISSING=1
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar