Author: tom
Date: Thu Sep 18 15:34:12 2008
New Revision: 2928
URL: http://svn.slimdevices.com?rev=2928&root=Jive&view=rev
Log:
Initial win32 makefile
Added:
7.3/trunk/squeezeplay/src/Makefile.win32
Added: 7.3/trunk/squeezeplay/src/Makefile.win32
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/Makefile.win32?rev=2928&root=Jive&view=auto
==============================================================================
--- 7.3/trunk/squeezeplay/src/Makefile.win32 (added)
+++ 7.3/trunk/squeezeplay/src/Makefile.win32 Thu Sep 18 15:34:12 2008
@@ -1,0 +1,44 @@
+################################################################################
+# Squeezeplay makefile for win32
+# Copyright 2008 Logitech
+################################################################################
+
+#
+# User specific stuff
+#
+
+VS_COMMON_BIN_DIR=C:/Programs/Microsoft Visual Studio 9.0/Common7/IDE
+BUILD_CONFIG="RELEASE|Win32"
+SOLUTION_FILE=Jive.sln
+
+#
+# Top level targets
+#
+#.PHONY: all
+all: app innosetup
+
+#
+# squeezeplay
+#
+
+app:
+ "${VS_COMMON_BIN_DIR}/devenv.com" /build ${BUILD_CONFIG}
${SOLUTION_FILE}
+
+
+clean-app:
+ "${VS_COMMON_BIN_DIR}/devenv.com" /clean ${BUILD_CONFIG}
${SOLUTION_FILE}
+
+innosetup:
+ ./installer/win32/InnoSetup/iscc.exe ./installer/win32/SqueezePlay.iss
+
+clean-innosetup:
+ rm -rf ./installer/win32/Output/
+
+#
+# clean
+#
+
+.PHONY: clean
+clean:
+ clean-app clean-installer
+
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins