comparison libpurple/win32/global.mak @ 21297:5b1acbab99cf

Make purple.h a generated file so plugins can just include this and never worry about defining PURPLE_PLUGINS ever again (unless they build libpurple without plugin support, which would be stupid)
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Nov 2007 15:49:57 +0000
parents daf98e539358
children 008cfc009d0e
comparison
equal deleted inserted replaced
21296:8fe22cff1779 21297:5b1acbab99cf
46 46
47 # Locations of important (in-tree) build targets 47 # Locations of important (in-tree) build targets
48 PIDGIN_CONFIG_H := $(PIDGIN_TREE_TOP)/config.h 48 PIDGIN_CONFIG_H := $(PIDGIN_TREE_TOP)/config.h
49 PURPLE_CONFIG_H := $(PIDGIN_TREE_TOP)/config.h 49 PURPLE_CONFIG_H := $(PIDGIN_TREE_TOP)/config.h
50 PIDGIN_IDLETRACK_DLL := $(PIDGIN_IDLETRACK_TOP)/idletrack.dll 50 PIDGIN_IDLETRACK_DLL := $(PIDGIN_IDLETRACK_TOP)/idletrack.dll
51 PURPLE_PURPLE_H := $(PURPLE_TOP)/purple.h
51 PURPLE_VERSION_H := $(PURPLE_TOP)/version.h 52 PURPLE_VERSION_H := $(PURPLE_TOP)/version.h
52 PURPLE_DLL := $(PURPLE_TOP)/libpurple.dll 53 PURPLE_DLL := $(PURPLE_TOP)/libpurple.dll
53 PURPLE_PERL_DLL := $(PURPLE_PERL_TOP)/perl.dll 54 PURPLE_PERL_DLL := $(PURPLE_PERL_TOP)/perl.dll
54 PIDGIN_DLL := $(PIDGIN_TOP)/pidgin.dll 55 PIDGIN_DLL := $(PIDGIN_TOP)/pidgin.dll
55 PIDGIN_EXE := $(PIDGIN_TOP)/pidgin.exe 56 PIDGIN_EXE := $(PIDGIN_TOP)/pidgin.exe