~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to win32/msvc/lasso.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1039
1039
!IF  "$(CFG)" == "lasso - Win32 Release"
1040
1040
 
1041
1041
# Begin Custom Build
1042
 
InputDir=\lasso\lasso-0.6.5\lasso
 
1042
InputDir=\lasso\lasso-2.0.0\lasso
1043
1043
InputPath=..\..\lasso\extract_types.py
1044
1044
 
1045
1045
"$(InputDir)\types.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1051
1051
!ELSEIF  "$(CFG)" == "lasso - Win32 Debug"
1052
1052
 
1053
1053
# Begin Custom Build
1054
 
InputDir=\lasso\lasso-0.6.5\lasso
 
1054
InputDir=\lasso\lasso-2.0.0\lasso
1055
1055
InputPath=..\..\lasso\extract_types.py
1056
1056
 
1057
1057
"$(InputDir)\types.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"