diff libpurple/win32/global.mak @ 15376:0e17470b47c2

Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 21 Jan 2007 21:55:07 +0000
parents 5fe8042783c1
children f217a2d656c8
line wrap: on
line diff
--- a/libpurple/win32/global.mak	Sun Jan 21 21:27:08 2007 +0000
+++ b/libpurple/win32/global.mak	Sun Jan 21 21:55:07 2007 +0000
@@ -27,10 +27,10 @@
 GAIM_INSTALL_PO_DIR := $(GAIM_INSTALL_DIR)/locale
 
 # Important (enough) locations in our source code
-GAIM_LIB_TOP := $(GAIM_TOP)/libgaim
+GAIM_LIB_TOP := $(GAIM_TOP)/libpurple
 GAIM_LIB_PLUGINS_TOP := $(GAIM_LIB_TOP)/plugins
 GAIM_LIB_PERL_TOP := $(GAIM_LIB_PLUGINS_TOP)/perl
-GAIM_GTK_TOP := $(GAIM_TOP)/gtk
+GAIM_GTK_TOP := $(GAIM_TOP)/pidgin
 GAIM_GTK_IDLETRACK_TOP := $(GAIM_GTK_TOP)/win32/IdleTracker
 GAIM_GTK_PIXMAPS_TOP := $(GAIM_GTK_TOP)/pixmaps
 GAIM_GTK_PLUGINS_TOP := $(GAIM_GTK_TOP)/plugins
@@ -41,9 +41,9 @@
 # Locations of important (in-tree) build targets
 GAIM_CONFIG_H := $(GAIM_TOP)/config.h
 GAIM_IDLETRACK_DLL := $(GAIM_GTK_IDLETRACK_TOP)/idletrack.dll
-GAIM_LIBGAIM_DLL := $(GAIM_LIB_TOP)/libgaim.dll
+GAIM_LIBGAIM_DLL := $(GAIM_LIB_TOP)/libpurple.dll
 GAIM_LIBGAIM_PERL_DLL := $(GAIM_LIB_PERL_TOP)/perl.dll
-GAIM_GTKGAIM_DLL := $(GAIM_GTK_TOP)/gtkgaim.dll
+GAIM_GTKGAIM_DLL := $(GAIM_GTK_TOP)/pidgin.dll
 GAIM_EXE := $(GAIM_GTK_TOP)/gaim.exe
 GAIM_PORTABLE_EXE := $(GAIM_GTK_TOP)/gaim-portable.exe