~ubuntu-branches/ubuntu/saucy/mapserver/saucy-security

« back to all changes in this revision

Viewing changes to mapscript/csharp/Makefile.vc

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-12-23 14:02:06 UTC
  • mfrom: (26.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111223140206-n3h9t2hsa8hyslmu
Tags: 6.0.1-2
Added missed stuff for libmapscript-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#  - Run the VCVARS32.BAT script to initialize the VC++ environment variables
9
9
#  - Start the build with:  nmake /f makefile.vc
10
10
#
11
 
# $Id: Makefile.vc 10441 2010-08-05 11:43:30Z tamas $
 
11
# $Id: Makefile.vc 10747 2010-11-20 23:39:58Z tamas $
12
12
#
13
13
 
14
14
 
94
94
        $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /r:System.Drawing.dll /out:getbytes.exe examples\getbytes.cs
95
95
        $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:HTMLtemplate.exe examples\HTMLtemplate.cs
96
96
        $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:RFC24.exe examples\RFC24.cs
 
97
        $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /r:System.Drawing.dll /out:drawmapDirect.exe examples\drawmapDirect.cs
 
98
        $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /r:System.Drawing.dll /out:drawmapDirectPrint.exe examples\drawmapDirectPrint.cs      
97
99
 
98
100
test:
99
101
!IFDEF MONO
105
107
!ELSE
106
108
        shpdump ../../tests/point.shp
107
109
        shapeinfo ../../tests/point.shp
108
 
        inline aggpng24 inline_test.png
109
 
        drawmap ../../tests/test.map test_csharp.png
110
 
!IFDEF AGG
111
 
        drawmap ../../tests/test.map test_csharp_agg.png aggpng24
112
 
!ENDIF
 
110
        inline png24 inline_test.png
113
111
        getbytes ../../tests/test.map test_csharp2.png
114
112
        RFC24.exe ../../tests/test.map
115
113
!ENDIF