diff options
| author | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
|---|---|---|
| committer | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
| commit | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch) | |
| tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Mastering/Winamp/package_vc.xml | |
| parent | 537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff) | |
| download | winamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz | |
Initial community commit
Diffstat (limited to 'Src/Mastering/Winamp/package_vc.xml')
| -rw-r--r-- | Src/Mastering/Winamp/package_vc.xml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Src/Mastering/Winamp/package_vc.xml b/Src/Mastering/Winamp/package_vc.xml new file mode 100644 index 00000000..c45f97d3 --- /dev/null +++ b/Src/Mastering/Winamp/package_vc.xml @@ -0,0 +1,82 @@ +<Package-Doc> + <Module> + <Project> + <Source> + <Type>EXE</Type> + <Description>Installers</Description> + <Filespec>installer\winamp\w*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> + <Source> + <Type>EXE</Type> + <Description>Web Dev SDK</Description> + <Filespec>installer\webdev\*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> +<!-- <Source> + <Type>EXE</Type> + <Description>Orgler plugin</Description> + <Filespec>installer\scrobbler\*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> --> +<!--- <Source> + <Type>EXE</Type> + <Description>Orb Installer</Description> + <Filespec>installer\orb\*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> --> + <Source> + <Type>EXE</Type> + <Description>Winamp Detect</Description> + <Filespec>installer\browserplugin\installWaDetect*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> + <Source> + <Type>PDB files Release</Type> + <Description>All PDB files</Description> + <Filespec>*.pdb</Filespec> + <Destination>pdb\</Destination> + <KeepDirectoryStructure>0</KeepDirectoryStructure> + <Recursive>1</Recursive> + <Delete>vc??.pdb + <Recursive>1</Recursive> + </Delete> + <Zip>pdb.zip</Zip> + <Compression>9</Compression> + </Source> + <Source> + <Type>LIB files Release</Type> + <Description>All LIB files</Description> + <Filespec>*.lib</Filespec> + <Destination>lib\</Destination> + <!--<KeepDirectoryStructure>0</KeepDirectoryStructure>--> + <Recursive>1</Recursive> + <!--<Delete>vc??.pdb + <Recursive>1</Recursive> + </Delete>--> + <Zip>lib.zip</Zip> + <Compression>9</Compression> + </Source> + <Source> + <Type>Binaries</Type> + <Description>Winamp binaries</Description> + <Filespec>Output\winamp\*.*</Filespec> + <Destination>output\</Destination> + <Recursive>1</Recursive> + <Zip>binaries.zip</Zip> + <Compression>9</Compression> + </Source> + <Source> + <Type>WhatsNew</Type> + <Description>Versions History</Description> + <Filespec>resources\data\whatsnew.txt</Filespec> + <Zip>0</Zip> + </Source> + </Project> + </Module> +</Package-Doc>
\ No newline at end of file |
