2 new revisions:
Revision: f5fe33fddc8e
Branch: default
Author: azizatif
Date: Sat Jan 19 14:53:12 2013
Log: Packaging script proxy for when you're not on the command line
http://code.google.com/p/fizzler/source/detail?r=f5fe33fddc8e
Revision: 3dfbf2975b93
Branch: default
Author: azizatif
Date: Sat Jan 19 14:54:08 2013
Log: Referencing build and packaging scripts and license files from VS
solu...
http://code.google.com/p/fizzler/source/detail?r=3dfbf2975b93
==============================================================================
Revision: f5fe33fddc8e
Branch: default
Author: azizatif
Date: Sat Jan 19 14:53:12 2013
Log: Packaging script proxy for when you're not on the command line
http://code.google.com/p/fizzler/source/detail?r=f5fe33fddc8e
Added:
/packw.cmd
=======================================
--- /dev/null
+++ /packw.cmd Sat Jan 19 14:53:12 2013
@@ -0,0 +1,3 @@
+@echo off
+call "%~dp0pack" %*
+pause
==============================================================================
Revision: 3dfbf2975b93
Branch: default
Author: azizatif
Date: Sat Jan 19 14:54:08 2013
Log: Referencing build and packaging scripts and license files from VS
solution
http://code.google.com/p/fizzler/source/detail?r=3dfbf2975b93
Modified:
/Fizzler.sln
=======================================
--- /Fizzler.sln Thu Jan 17 15:22:04 2013
+++ /Fizzler.sln Sat Jan 19 14:54:08 2013
@@ -3,8 +3,14 @@
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution
Items", "Solution Items", "{8FC1F69B-FAFC-484C-984B-78FA7E224BCB}"
ProjectSection(SolutionItems) = preProject
+ build.cmd = build.cmd
+ buildw.cmd = buildw.cmd
+ COPYING.LESSER.txt = COPYING.LESSER.txt
+ COPYING.txt = COPYING.txt
default.build = default.build
Fizzler.nuspec = Fizzler.nuspec
+ pack.cmd = pack.cmd
+ packw.cmd = packw.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}")
= "Systems", "Systems", "{7AA23AC0-0852-45AC-8661-6FFBD3BD265D}"