Updated README: Equal sign not required with `--mode` flag.
[sgk-go] / sgf / sgf.dsp
CommitLineData
7eeb782e
AT
1# Microsoft Developer Studio Project File - Name="sgf" - Package Owner=<4>\r
2# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
3# ** DO NOT EDIT **\r
4\r
5# TARGTYPE "Win32 (x86) Static Library" 0x0104\r
6\r
7CFG=sgf - Win32 Release\r
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9!MESSAGE use the Export Makefile command and run\r
10!MESSAGE \r
11!MESSAGE NMAKE /f "sgf.mak".\r
12!MESSAGE \r
13!MESSAGE You can specify a configuration when running NMAKE\r
14!MESSAGE by defining the macro CFG on the command line. For example:\r
15!MESSAGE \r
16!MESSAGE NMAKE /f "sgf.mak" CFG="sgf - Win32 Release"\r
17!MESSAGE \r
18!MESSAGE Possible choices for configuration are:\r
19!MESSAGE \r
20!MESSAGE "sgf - Win32 Release" (based on "Win32 (x86) Static Library")\r
21!MESSAGE "sgf - Win32 Debug" (based on "Win32 (x86) Static Library")\r
22!MESSAGE \r
23\r
24# Begin Project\r
25# PROP AllowPerConfigDependencies 0\r
26# PROP Scc_ProjName ""\r
27# PROP Scc_LocalPath ""\r
28CPP=cl.exe\r
29RSC=rc.exe\r
30\r
31!IF "$(CFG)" == "sgf - Win32 Release"\r
32\r
33# PROP Use_MFC 0\r
34# ADD CPP /GX /Zi /I ".." /I "..\interface" /I "..\engine" /I "..\utils" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fo"Release/" /Fd"Release/sgf" /FD /c\r
35# ADD BASE RSC /l 0x809\r
36# ADD RSC /l 0x809\r
37BSC32=bscmake.exe\r
38LIB32=link.exe -lib\r
39# ADD LIB32 /nologo /out:"Release\sgf.lib"\r
40\r
41!ELSEIF "$(CFG)" == "sgf - Win32 Debug"\r
42\r
43# PROP BASE Use_MFC 0\r
44# PROP BASE Use_Debug_Libraries 1\r
45# PROP BASE Output_Dir "Debug"\r
46# PROP BASE Intermediate_Dir "Debug"\r
47# PROP BASE Target_Dir ""\r
48# PROP Use_MFC 0\r
49# PROP Use_Debug_Libraries 1\r
50# PROP Output_Dir "Debug"\r
51# PROP Intermediate_Dir "Debug"\r
52# PROP Target_Dir ""\r
53# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "_DEBUG" /YX /FD /GZ /c\r
54# ADD CPP /W2 /Gm /GX /ZI /Od /I ".." /I "..\engine" /I "..\interface" /I "../utils" /D "WIN32" /D "_MBCS" /D "_LIB" /D "_DEBUG" /D "_CONSOLE" /D "HAVE_CONFIG_H" /FR /Fd"Debug/sgf" /FD /GZ /c\r
55# ADD BASE RSC /l 0x809 /d "NDEBUG" /d "_DEBUG"\r
56# ADD RSC /l 0x809 /d "NDEBUG" /d "_DEBUG"\r
57BSC32=bscmake.exe\r
58# ADD BASE BSC32 /nologo\r
59# ADD BSC32 /nologo\r
60LIB32=link.exe -lib\r
61# ADD BASE LIB32 /nologo\r
62# ADD LIB32 /nologo\r
63\r
64!ENDIF \r
65\r
66# Begin Target\r
67\r
68# Name "sgf - Win32 Release"\r
69# Name "sgf - Win32 Debug"\r
70# Begin Group "Source Files"\r
71\r
72# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
73# Begin Source File\r
74\r
75SOURCE=..\sgf\sgf_utils.c\r
76\r
77!IF "$(CFG)" == "sgf - Win32 Release"\r
78\r
79# ADD CPP /W3\r
80\r
81!ELSEIF "$(CFG)" == "sgf - Win32 Debug"\r
82\r
83!ENDIF \r
84\r
85# End Source File\r
86# Begin Source File\r
87\r
88SOURCE=.\sgfnode.c\r
89# End Source File\r
90# Begin Source File\r
91\r
92SOURCE=.\sgftree.c\r
93# End Source File\r
94# End Group\r
95# Begin Group "Header Files"\r
96\r
97# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
98# Begin Source File\r
99\r
100SOURCE=.\sgf_properties.h\r
101# End Source File\r
102# Begin Source File\r
103\r
104SOURCE=.\sgf_utils.h\r
105# End Source File\r
106# Begin Source File\r
107\r
108SOURCE=.\sgftree.h\r
109# End Source File\r
110# End Group\r
111# End Target\r
112# End Project\r