~ubuntu-branches/ubuntu/precise/gle-graphics/precise

« back to all changes in this revision

Viewing changes to contrib/packagers/nsis/gle.nsi

  • Committer: Package Import Robot
  • Author(s): Christian T. Steigies
  • Date: 2011-10-20 22:15:27 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111020221527-sv27lrowdd221npi
Tags: 4.2.3b-1
* new upstream version
* switch from cdbs to debhelper 8
* update copyright file
* do no rely on proc on non-linux systems (closes: #644588)
* do not ship glebtool, which is a helper used only during build
* add libqt4-opengl-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
  SetOverwrite try
116
116
  File "..\..\..\build\bin\*.*"
117
117
  File /nonfatal "C:\cygwin\mingw\bin\mingwm10.dll"
 
118
  File "C:\Program Files\Debugging Tools for Windows (x86)\dbghelp.dll"
118
119
  SetOutPath "$INSTDIR\font"
119
 
  File "..\..\..\build\font\*.*"
 
120
  File /r "..\..\..\build\font\*.*"
120
121
  SetOutPath "$INSTDIR\doc"
121
122
  File "..\..\..\build\doc\*.*"  
122
123
  SetOutPath "$INSTDIR\gleinc"
123
124
  File /r "..\..\..\build\gleinc\*.*"
124
125
  SetOutPath "$INSTDIR\samples"
125
 
  File "..\..\..\..\..\gle-www\examples\2dsimple\*.gle"
126
 
  File "..\..\..\..\..\gle-www\examples\2dsimple\*.dat"
127
 
  File "..\..\..\..\..\gle-www\examples\2dsimple\*.csv"
128
 
  File "..\..\..\..\..\gle-www\examples\diagrams\shapes.gle"
 
126
  File "..\..\..\..\gle-www\examples\2dsimple\*.gle"
 
127
  File "..\..\..\..\gle-www\examples\2dsimple\*.dat"
 
128
  File "..\..\..\..\gle-www\examples\2dsimple\*.csv"
 
129
  File "..\..\..\..\gle-www\examples\diagrams\shapes.gle"
129
130
  File "..\..\..\src\samples\qgle_keyboard.gle"
130
131
  SetOutPath "$INSTDIR"
131
132
  File "..\..\..\build\glerc"