adium 4528:9b6024e5e96a: Output Developer Tools version.
commits at adium.im
commits at adium.im
Sat Jan 21 14:49:54 UTC 2012
details: http://hg.adium.im/adium/rev/9b6024e5e96a
revision: 4528:9b6024e5e96a
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Sat Jan 21 16:47:04 2012 +0200
Output Developer Tools version.
diffs (25 lines):
diff -r 6c3cd092c3d4 -r 9b6024e5e96a Makefile
--- a/Makefile Wed Jan 18 23:54:21 2012 +0100
+++ b/Makefile Sat Jan 21 16:47:04 2012 +0200
@@ -15,10 +15,10 @@
.PHONY: all adium clean localizable-strings latest test astest install
adium:
- xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" $(ADIUM_NIGHTLY_FLAGS) build
+ xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" $(ADIUM_NIGHTLY_FLAGS) build -version
test:
- xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" $(ADIUM_NIGHTLY_FLAGS) -target "Unit tests" build
+ xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" $(ADIUM_NIGHTLY_FLAGS) -target "Unit tests" build -version
astest:
osascript unittest\ runner.applescript | tr '\r' '\n'
@@ -27,7 +27,7 @@
cp -R build/$(BUILDCONFIGURATION)/Adium.app ~/Applications/
clean:
- xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) $(ADIUM_NIGHTLY_FLAGS) clean
+ xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) $(ADIUM_NIGHTLY_FLAGS) clean -version
localizable-strings:
mkdir tmp || true
More information about the commits
mailing list