This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
gimp
mirror of
https://github.com/GNOME/gimp.git
Watch
1
Star
0
Fork
You've already forked gimp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
28f95f9caa
gimp
/
libgimpbase
/
.cvsignore
12 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Pre-commit. Log follows with real one.
2001-05-21 08:05:48 +08:00
Makefile
Makefile.in
makefile.mingw
*.lo
_libs
.libs
.deps
*.la
libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed 2001-05-22 Michael Natterer <mitch@gimp.org> * libgimp/.cvsignore * libgimp/Makefile.am * libgimp/gimp.h * libgimp/gimpfeatures.h.in: removed gimpfeatures.h * libgimpbase/.cvsignore * libgimpbase/Makefile.am * libgimpbase/gimpbase.h * libgimpbase/gimpbasetypes.h * libgimpbase/gimpversion.h.in: and added it as gimpversion.h * configure.in: changed accordingly. * app/app_procs.c * app/main.c * app/gui/about-dialog.c * app/gui/splash.c * app/pdb/misc_cmds.c * tools/pdbgen/pdb/misc.pdb: fixed includes. * plug-ins/bmp/bmpread.c * plug-ins/bmp/bmpwrite.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/jpeg.c * plug-ins/common/newsprint.c * plug-ins/common/ps.c * plug-ins/common/tiff.c * plug-ins/gdyntext/gdyntextcompat.h * plug-ins/gimpressionist/gimpressionist.c * plug-ins/perl/Gimp.xs * plug-ins/perl/Gimp/Lib.xs * plug-ins/pygimp/gimpmodule.c * tools/gimp-remote.c: removed all #ifdef GIMP_HAVE_BLAH conditionals as they are broken anyway since we changed all plug-ins with perl scripts shortly before 1.2. Also, refering to intermediate unstable releases is evil.
2001-05-22 08:36:38 +08:00
gimpversion.h
Additions for Win32: Use -no-undefined. Use the gimpbase.def file. Produce 2002-03-30 Tor Lillqvist <tml@iki.fi> * libgimpbase/Makefile.am: Additions for Win32: Use -no-undefined. Use the gimpbase.def file. Produce MS style import library if possible. Install (and uninstall) import libraries. Pass definition of PREFIX in CPPFLAGS. * libgimpbase/gimpbase.def: Do export gimp_signal_private. * libgimpbase/gimpenv.c: Similar Win32 working as in the gimp-1-2 branch: (gimp_directory): Replace funny chars in user name (when used as part of last-resort personal gimp directory name) with underscores. (gimp_toplevel_directory): New (Win32-only) function. Deduces the installation prefix at run-time. (gimp_path_runtime_fix): New function. On Win32, replace the string with one where the compile-time prefix has been replaced with the run-time one. (gimp_path_parse, gimp_env_get_dir): Call it. * libgimpbase/gimpsignal.c: Trim (lots of) trailing spaces in copyright notice. (gimp_signal_private): Bypass on Win32, return NULL. Or should we call g_error(), thus requiring that calls of this are enclosed with #ifdef G_OS_UNIX? * libgimpbase/makefile.mingw.in: Add comment that it is seriously out-of-date. * libgimpbase/makefile.msc: Do compile gimpsignal.c.
2002-03-30 07:10:18 +08:00
*.lib
*.exp