Changeset 171
- Timestamp:
- 11/29/04 15:56:48 (4 years ago)
- Files:
-
- trunk/win32.make (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/win32.make
r163 r171 251 251 $(CLEAN) $@ 252 252 $(ZIP) $@ $** log*.lib 253 #$(COPY) $@ $(EXPORT)\mango_$(VERSION)_log.zip253 $(COPY) $@ $(EXPORT)\mango_$(VERSION)_log.zip 254 254 255 255 zip\icu.zip : $(SRC_ICU) 256 256 $(CLEAN) $@ 257 257 $(ZIP) $@ $** icu*.lib 258 #$(COPY) $@ $(EXPORT)\mango_$(VERSION)_icu.zip258 $(COPY) $@ $(EXPORT)\mango_$(VERSION)_icu.zip 259 259 260 260 zip\example.zip : $(SRC_EXAMPLE) 261 261 $(CLEAN) $@ 262 262 $(ZIP) $@ $** $(EXAMPLE)*.make 263 #$(COPY) $@ $(EXPORT)\mango_$(VERSION)_example.zip263 $(COPY) $@ $(EXPORT)\mango_$(VERSION)_example.zip 264 264 265 265 zip\mango.zip : $(SRC_IO) $(SRC_CACHE) $(SRC_HTTP) $(SRC_LOG) $(SRC_CLUSTER) $(SRC_ICU) $(SRC_SERVLET) 266 266 $(CLEAN) $@ 267 267 $(ZIP) $@ $** mango*.lib 268 #$(COPY) $@ $(EXPORT)\mango_$(VERSION).zip268 $(COPY) $@ $(EXPORT)\mango_$(VERSION).zip 269 269 270 270
