~ubuntu-branches/ubuntu/raring/readosm/raring

« back to all changes in this revision

Viewing changes to nmake.opt

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-10-07 17:24:29 UTC
  • Revision ID: package-import@ubuntu.com-20121007172429-lv8oyiu086t7henm
Tags: upstream-1.0.0a+dfsg1
ImportĀ upstreamĀ versionĀ 1.0.0a+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Directory tree where ReadOSM will be installed.
 
2
INSTDIR=C:\OSGeo4W
 
3
 
 
4
# Uncomment the first for an optimized build, or the second for debug.
 
5
OPTFLAGS=       /nologo /Ox /fp:precise /W3 /MD /D_CRT_SECURE_NO_WARNINGS \
 
6
                        /DDLL_EXPORT
 
7
#OPTFLAGS=      /nologo /Zi /MD /Fdreadosm.pdb /DDLL_EXPORT
 
8
 
 
9
# Set the version number for the DLL.  Normally we leave this blank since
 
10
# we want software that is dynamically loading the DLL to have no problem
 
11
# with version numbers.
 
12
VERSION=
 
13