~ubuntu-branches/ubuntu/wily/sgt-puzzles/wily

« back to all changes in this revision

Viewing changes to Makefile.vc

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-10-01 22:10:50 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20141001221050-a83g6j14c9dal6ek
Tags: 20140928.r10274-1
* New upstream version
  - Version scheme is now date-based
  - Fix a failure to warn about non-unique rows/columns in non-square Unruly
    grids (Closes: #718354)
* Add Debian menu entries for Range and Signpost
* debian/watch: Delete, as new versions are date-based and there is
  currently no obvious way to find the last date changed
* Disable 304_combine-binaries.diff which no longer applies
* Build using autotools
  - Drop patches 301_fix-install-dirs.diff, 305_no-werror.diff
* Exclude puzzles.chm from orig tarball because it requires non-free tools
  to regenerate from source
* Update policy version to 3.9.6; no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
                puzzles.rsp
200
200
        link $(LFLAGS) -out:puzzles.exe -map:puzzles.map @puzzles.rsp
201
201
 
202
 
range.exe: drawing.obj malloc.obj midend.obj misc.obj printing.obj \
 
202
range.exe: drawing.obj dsf.obj malloc.obj midend.obj misc.obj printing.obj \
203
203
                random.obj range.obj range.res version.obj windows.obj \
204
204
                range.rsp
205
205
        link $(LFLAGS) -out:range.exe -map:range.map @range.rsp
549
549
 
550
550
range.rsp: $(MAKEFILE)
551
551
        echo /nologo /subsystem:windows > range.rsp
552
 
        echo comctl32.lib comdlg32.lib drawing.obj gdi32.lib >> range.rsp
553
 
        echo malloc.obj midend.obj misc.obj printing.obj >> range.rsp
554
 
        echo random.obj range.obj range.res user32.lib >> range.rsp
555
 
        echo version.obj windows.obj winspool.lib >> range.rsp
 
552
        echo comctl32.lib comdlg32.lib drawing.obj dsf.obj >> range.rsp
 
553
        echo gdi32.lib malloc.obj midend.obj misc.obj >> range.rsp
 
554
        echo printing.obj random.obj range.obj range.res >> range.rsp
 
555
        echo user32.lib version.obj windows.obj winspool.lib >> range.rsp
556
556
 
557
557
rect.rsp: $(MAKEFILE)
558
558
        echo /nologo /subsystem:windows > rect.rsp
1085
1085
        rc $(FWHACK) $(RCFL) -r -DWIN32 -D_WIN32 -DWINVER=0x0400 -fountangle.res icons\untangle.rc
1086
1086
untangl3.obj: .\untangle.c .\puzzles.h .\tree234.h
1087
1087
        cl $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /DCOMBINED /c .\untangle.c /Fountangl3.obj
 
1088
version.obj: .\version.c .\version.h
 
1089
        cl $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /c .\version.c /Foversion.obj
1088
1090
windows.obj: .\windows.c .\puzzles.h .\resource.h
1089
1091
        cl $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /c .\windows.c /Fowindows.obj
1090
1092
windows1.obj: .\windows.c .\puzzles.h .\resource.h
1091
1093
        cl $(COMPAT) $(FWHACK) $(CFLAGS) $(XFLAGS) /DCOMBINED /c .\windows.c /Fowindows1.obj
1092
1094
 
1093
 
version.obj: *.c *.h
1094
 
        cl $(VER) $(CFLAGS) /c version.c
1095
1095
 
1096
1096
clean: tidy
1097
1097
        -del *.exe