]> andersk Git - libyaml.git/blame - win32/vc6/yamldll.dsp
Bumped the version number in the stable branch.
[libyaml.git] / win32 / vc6 / yamldll.dsp
CommitLineData
0174ed6e
KS
1# Microsoft Developer Studio Project File - Name="yamldll" - 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) Dynamic-Link Library" 0x0102\r
6\r
7CFG=yamldll - Win32 Debug\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 "yamldll.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 "yamldll.mak" CFG="yamldll - Win32 Debug"\r
17!MESSAGE \r
18!MESSAGE Possible choices for configuration are:\r
19!MESSAGE \r
20!MESSAGE "yamldll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
21!MESSAGE "yamldll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 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
29MTL=midl.exe\r
30RSC=rc.exe\r
31\r
32!IF "$(CFG)" == "yamldll - Win32 Release"\r
33\r
34# PROP BASE Use_MFC 0\r
35# PROP BASE Use_Debug_Libraries 0\r
36# PROP BASE Output_Dir "Release"\r
37# PROP BASE Intermediate_Dir "Release"\r
38# PROP BASE Target_Dir ""\r
39# PROP Use_MFC 0\r
40# PROP Use_Debug_Libraries 0\r
6f6bbb88
KS
41# PROP Output_Dir "Output/Release/lib/DLL"\r
42# PROP Intermediate_Dir "Build/Release/lib/DLL"\r
0174ed6e
KS
43# PROP Ignore_Export_Lib 0\r
44# PROP Target_Dir ""\r
45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAMLDLL_EXPORTS" /YX /FD /c\r
6f6bbb88 46# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HAVE_CONFIG_H" /D "YAML_DECLARE_EXPORT" /YX /FD /c\r
0174ed6e
KS
47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
49# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
50# ADD RSC /l 0x409 /d "NDEBUG"\r
51BSC32=bscmake.exe\r
52# ADD BASE BSC32 /nologo\r
53# ADD BSC32 /nologo\r
54LINK32=link.exe\r
55# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386\r
6f6bbb88 56# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"Output/Release/lib/DLL/yaml.dll"\r
0174ed6e
KS
57\r
58!ELSEIF "$(CFG)" == "yamldll - Win32 Debug"\r
59\r
60# PROP BASE Use_MFC 0\r
61# PROP BASE Use_Debug_Libraries 1\r
62# PROP BASE Output_Dir "Debug"\r
63# PROP BASE Intermediate_Dir "Debug"\r
64# PROP BASE Target_Dir ""\r
65# PROP Use_MFC 0\r
66# PROP Use_Debug_Libraries 1\r
6f6bbb88
KS
67# PROP Output_Dir "Output/Debug/lib/DLL"\r
68# PROP Intermediate_Dir "Build/Debug/lib/DLL"\r
0174ed6e
KS
69# PROP Ignore_Export_Lib 0\r
70# PROP Target_Dir ""\r
71# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAMLDLL_EXPORTS" /YX /FD /GZ /c\r
6f6bbb88 72# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HAVE_CONFIG_H" /D "YAML_DECLARE_EXPORT" /YX /FD /GZ /c\r
0174ed6e
KS
73# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
74# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
75# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
76# ADD RSC /l 0x409 /d "_DEBUG"\r
77BSC32=bscmake.exe\r
78# ADD BASE BSC32 /nologo\r
79# ADD BSC32 /nologo\r
80LINK32=link.exe\r
81# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept\r
6f6bbb88 82# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"Output/Debug/lib/DLL/yaml.dll" /pdbtype:sept\r
0174ed6e
KS
83\r
84!ENDIF \r
85\r
86# Begin Target\r
87\r
88# Name "yamldll - Win32 Release"\r
89# Name "yamldll - Win32 Debug"\r
90# Begin Group "Source Files"\r
91\r
92# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
93# Begin Source File\r
94\r
6f6bbb88 95SOURCE=..\..\src\api.c\r
0174ed6e
KS
96# End Source File\r
97# Begin Source File\r
98\r
6f6bbb88 99SOURCE=..\..\src\dumper.c\r
0174ed6e
KS
100# End Source File\r
101# Begin Source File\r
102\r
6f6bbb88 103SOURCE=..\..\src\emitter.c\r
0174ed6e
KS
104# End Source File\r
105# Begin Source File\r
106\r
6f6bbb88 107SOURCE=..\..\src\loader.c\r
0174ed6e
KS
108# End Source File\r
109# Begin Source File\r
110\r
6f6bbb88 111SOURCE=..\..\src\parser.c\r
0174ed6e
KS
112# End Source File\r
113# Begin Source File\r
114\r
6f6bbb88 115SOURCE=..\..\src\reader.c\r
0174ed6e
KS
116# End Source File\r
117# Begin Source File\r
118\r
6f6bbb88 119SOURCE=..\..\src\scanner.c\r
0174ed6e
KS
120# End Source File\r
121# Begin Source File\r
122\r
6f6bbb88 123SOURCE=..\..\src\writer.c\r
0174ed6e
KS
124# End Source File\r
125# End Group\r
126# Begin Group "Header Files"\r
127\r
128# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
129# Begin Source File\r
130\r
6f6bbb88 131SOURCE=..\config.h\r
0174ed6e
KS
132# End Source File\r
133# Begin Source File\r
134\r
6f6bbb88 135SOURCE=..\..\include\yaml.h\r
0174ed6e
KS
136# End Source File\r
137# Begin Source File\r
138\r
6f6bbb88 139SOURCE=..\..\src\yaml_private.h\r
0174ed6e
KS
140# End Source File\r
141# End Group\r
142# Begin Group "Resource Files"\r
143\r
144# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
145# End Group\r
146# End Target\r
147# End Project\r
This page took 0.519633 seconds and 5 git commands to generate.