[Commits] (morgen) Windows launcher copied to external after build.
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 30 11:35:01 PDT 2004
Commit by: morgen
Modified files:
internal/launchers/Makefile 1.4 1.5
internal/launchers/win/Makefile 1.2 1.3
Log message:
Windows launcher copied to external after build.
"make snap" now grabs the Run* scripts plus the appropriate launcher binaries.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/launchers/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
http://cvs.osafoundation.org/index.cgi/internal/launchers/win/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: internal/launchers/Makefile
diff -u internal/launchers/Makefile:1.4 internal/launchers/Makefile:1.5
--- internal/launchers/Makefile:1.4 Thu Apr 29 23:47:58 2004
+++ internal/launchers/Makefile Fri Apr 30 11:34:29 2004
@@ -20,6 +20,8 @@
ifeq ($(OS),Darwin)
+LAUNCHER_FILES=
+
build:
cp $(LAUNCHERS)/scripts/RunChandler.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunChandler$(SCRIPT_EXTENTION)
cp $(LAUNCHERS)/scripts/RunPython.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunPython$(SCRIPT_EXTENTION)
@@ -28,6 +30,8 @@
ifeq ($(OS),Cygwin)
+LAUNCHER_FILES="$(SNAP)/chandler.exe"
+
ARCHIVE: $(LAUNCHERS)/win/
build:
@@ -40,6 +44,8 @@
ifeq ($(OS),Linux)
+LAUNCHER_FILES="$(SNAP)/chandler $(SNAP)/chandler_bin"
+
ARCHIVE: $(LAUNCHERS)/linux/
build:
@@ -54,11 +60,11 @@
snap:
cd $(BUILD_ROOT); \
- tar -cvzf $(LAUNCHERS)/LAUNCHERS-$(SNAP)-$(RELVER).tar.gz \
- $(SNAP)/$(SITE)/LAUNCHERS*
+ tar -cvzf $(LAUNCHERS)/Launchers-$(SNAP)-$(RELVER).tar.gz \
+ $(SNAP)/Run* $(LAUNCHER_FILES)
clean:
rm -rf $(BUILD)
-upload: LAUNCHERS-$(SNAP)-$(RELVER).tar.gz
- scp LAUNCHERS-$(SNAP)-$(RELVER).tar.gz $(UPLOAD)
+upload: Launchers-$(SNAP)-$(RELVER).tar.gz
+ scp Launchers-$(SNAP)-$(RELVER).tar.gz $(UPLOAD)
Index: internal/launchers/win/Makefile
diff -u internal/launchers/win/Makefile:1.2 internal/launchers/win/Makefile:1.3
--- internal/launchers/win/Makefile:1.2 Thu Apr 29 23:48:00 2004
+++ internal/launchers/win/Makefile Fri Apr 30 11:34:30 2004
@@ -4,6 +4,7 @@
chandler.exe: winlaunch/winlaunch.c
devenv.com launcher.sln /build $(SNAP)
+ cp winlaunch/$(Snap)/chandler.exe $(BUILD_ROOT)/$(SNAP)
clean:
rm $@
More information about the Commits
mailing list