~ubuntu-branches/ubuntu/utopic/fceux/utopic-proposed

« back to all changes in this revision

Viewing changes to vc/defaultconfig/MakeDownloadHTML.bat

  • Committer: Package Import Robot
  • Author(s): Joe Nahmias
  • Date: 2014-03-02 19:22:04 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140302192204-9f0aehi5stfnhn7d
Tags: 2.2.2+dfsg0-1
* Imported Upstream version 2.2.2
  + remove patches merged upstream; refresh remaining
  + remove windows compiled help files and non-free Visual C files
* Use C++11 standard static assertion functionality
* fix upstream installation of support files
* New patch 0004-ignore-missing-windows-help-CHM-file.patch
* update d/copyright for new, renamed, deleted files
* d/control: bump std-ver to 3.9.5, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@ECHO OFF
2
 
CLS
3
 
ECHO.
4
 
IF EXIST makedownload goto delfile
5
 
IF NOT EXIST makedownload goto makefile
6
 
 
7
 
:delfile
8
 
del makedownload
9
 
ECHO DISABLED download.html file generation(for the web page)
10
 
GOTO end
11
 
 
12
 
:makefile
13
 
echo. > makedownload
14
 
ECHO ENABLED download.html file generation(for the web page)
15
 
:end
16
 
ECHO.
17
 
ECHO This is used to show the interim revision number on the website.
18
 
ECHO If enabled, it will be kept up-to-date whenever a release version is compiled.
19
 
PAUSE