/[gnugo]/gnugo/patterns/patterns.dsp
ViewVC logotype

Diff of /gnugo/patterns/patterns.dsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by bump, Thu Feb 20 16:37:57 2003 UTC revision 1.22 by bump, Tue Jun 3 12:56:21 2003 UTC
# Line 232  SOURCE=.\patterns.h Line 232  SOURCE=.\patterns.h
232  # PROP Default_Filter ""  # PROP Default_Filter ""
233  # Begin Source File  # Begin Source File
234    
235    SOURCE=.\hoshi_other.db
236    # End Source File
237    # Begin Source File
238    
239  SOURCE=.\komoku.db  SOURCE=.\komoku.db
240  # End Source File  # End Source File
241  # Begin Source File  # Begin Source File
# Line 625  InputPath=.\handicap.db Line 629  InputPath=.\handicap.db
629  # End Source File  # End Source File
630  # Begin Source File  # Begin Source File
631    
632  SOURCE=.\hoshi.db  SOURCE=.\hoshi_keima.db
633    
634  !IF  "$(CFG)" == "patterns - Win32 Release"  !IF  "$(CFG)" == "patterns - Win32 Release"
635    
636  USERDEP__HOSHI="$(IntDir)\mkpat.exe"    "komoku.db"     "sansan.db"     "mokuhazushi.db"        "takamoku.db"    USERDEP__HOSHI="$(IntDir)\mkpat.exe"    "hoshi_other.db"        "komoku.db "    "sansan.db "    "mokuhazushi.db "       "takamoku.db "  
637  # Begin Custom Build  # Begin Custom Build
638  IntDir=.\Release  IntDir=.\Release
639  InputPath=.\hoshi.db  InputPath=.\hoshi_keima.db
640    
641  "josekidb.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "josekidb.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
642          $(IntDir)\mkpat -C joseki -i hoshi.db -i komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c          $(IntDir)\mkpat -C joseki -i hoshi.db -i komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c
# Line 641  InputPath=.\hoshi.db Line 645  InputPath=.\hoshi.db
645    
646  !ELSEIF  "$(CFG)" == "patterns - Win32 Debug"  !ELSEIF  "$(CFG)" == "patterns - Win32 Debug"
647    
648  USERDEP__HOSHI="$(IntDir)\mkpat.exe"    "komoku.db"     "sansan.db"     "mokuhazushi.db"        "takamoku.db"    USERDEP__HOSHI="$(IntDir)\mkpat.exe"    "hoshi_other.db"        "komoku.db "    "sansan.db "    "mokuhazushi.db "       "takamoku.db "  
649  # Begin Custom Build  # Begin Custom Build
650  IntDir=.\Debug  IntDir=.\Debug
651  InputPath=.\hoshi.db  InputPath=.\hoshi_keima.db
652    
653  "josekidb.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "josekidb.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
654          $(IntDir)\mkpat -C joseki -i hoshi.db -i komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c          $(IntDir)\mkpat -C joseki -i hoshi.db -i komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c
# Line 877  InputPath=.\read_defend.db Line 881  InputPath=.\read_defend.db
881  # PROP Default_Filter "sgf"  # PROP Default_Filter "sgf"
882  # Begin Source File  # Begin Source File
883    
884  SOURCE=.\hoshi.sgf  SOURCE=.\hoshi_keima.sgf
885    
886  !IF  "$(CFG)" == "patterns - Win32 Release"  !IF  "$(CFG)" == "patterns - Win32 Release"
887    
888    # PROP Ignore_Default_Tool 1
889  USERDEP__HOSHI_="$(IntDir)\joseki.exe"    USERDEP__HOSHI_="$(IntDir)\joseki.exe"  
890  # Begin Custom Build  # Begin Custom Build
891  IntDir=.\Release  IntDir=.\Release
892  InputPath=.\hoshi.sgf  InputPath=.\hoshi_keima.sgf
893    
894  "hoshi.db" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "hoshi_keima.db" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
895          $(IntDir)\joseki JH hoshi.sgf >hoshi.db          $(IntDir)\joseki JH hoshi_keima.sgf >hoshi_keima.db
896    
897  # End Custom Build  # End Custom Build
898    
899  !ELSEIF  "$(CFG)" == "patterns - Win32 Debug"  !ELSEIF  "$(CFG)" == "patterns - Win32 Debug"
900    
901    # PROP Ignore_Default_Tool 1
902  USERDEP__HOSHI_="$(IntDir)\joseki.exe"    USERDEP__HOSHI_="$(IntDir)\joseki.exe"  
903  # Begin Custom Build  # Begin Custom Build
904  IntDir=.\Debug  IntDir=.\Debug
905  InputPath=.\hoshi.sgf  InputPath=.\hoshi_keima.sgf
906    
907    "hoshi_keima.db" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
908            $(IntDir)\joseki JH hoshi_keima.sgf >hoshi_keima.db
909    
910    # End Custom Build
911    
912    !ENDIF
913    
914    # End Source File
915    # Begin Source File
916    
917    SOURCE=.\hoshi_other.sgf
918    
919    !IF  "$(CFG)" == "patterns - Win32 Release"
920    
921    # PROP Ignore_Default_Tool 1
922    USERDEP__HOSHI_O="$(IntDir)\joseki.exe"
923    # Begin Custom Build
924    IntDir=.\Release
925    InputPath=.\hoshi_other.sgf
926    
927    "hoshi_other.db" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
928            $(IntDir)\joseki JH hoshi_other.sgf >hoshi_other.db
929    
930    # End Custom Build
931    
932    !ELSEIF  "$(CFG)" == "patterns - Win32 Debug"
933    
934    # PROP Ignore_Default_Tool 1
935    USERDEP__HOSHI_O="$(IntDir)\joseki.exe"
936    # Begin Custom Build
937    IntDir=.\Debug
938    InputPath=.\hoshi_other.sgf
939    
940  "hoshi.db" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "hoshi_other.db" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
941          $(IntDir)\joseki JH hoshi.sgf >hoshi.db          $(IntDir)\joseki JH hoshi_keima.sgf >hoshi_other.db
942    
943  # End Custom Build  # End Custom Build
944    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26