comparison src/protocols/sametime/Makefile.mingw @ 11091:5e29428077fc

[gaim-migrate @ 13112] Kevin says "whoops" committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 11 Jul 2005 07:57:19 +0000
parents af2a4d5b9afe
children deb955f7ebb7
comparison
equal deleted inserted replaced
11090:af2a4d5b9afe 11091:5e29428077fc
118 .PHONY: all clean 118 .PHONY: all clean
119 119
120 all: $(TARGET).dll 120 all: $(TARGET).dll
121 121
122 install: 122 install:
123 cp $(OSCAR_ROOT)/$(TARGET).dll $(DLL_INSTALL_DIR) 123 cp $(SAMETIME_ROOT)/$(TARGET).dll $(DLL_INSTALL_DIR)
124 124
125 125
126 ## 126 ##
127 ## BUILD Dependencies 127 ## BUILD Dependencies
128 ## 128 ##