~ubuntu-branches/ubuntu/trusty/libticalcs/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tf2hex/net.bat

  • Committer: Package Import Robot
  • Author(s): Andreas B. Mundt
  • Date: 2013-08-27 19:58:21 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130827195821-biurlicyqb65gj3g
Tags: 1.1.8+dfsg2-2
* Provide original upstream source, but patch away pre-compiled
  binaries to be policy-compliant.
* Remove unnecessary dependency on 'autopoint', use autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
del *.ncb
2
 
del *.ilk
3
 
del *.dep
4
 
del *.opt
5
 
del *.plg
6
 
del *.aps
7
 
del *.exp
8
 
del *.idb
9
 
del *.obj
10
 
del *.pch
11
 
rem del *.exe
12
 
del *.bak
13
 
deltree /y output
14
 
deltree /y debug
15
 
deltree /y release
16
 
 
17
 
cls