diff --git a/build/msvc/tidy.def b/build/msvc/tidy.def index 317b540..4aa732d 100755 --- a/build/msvc/tidy.def +++ b/build/msvc/tidy.def @@ -1,304 +1,304 @@ -LIBRARY libtidy - EXPORTS - tidyCreate @1001 - tidyRelease @1002 - tidySetAppData @1003 - tidyGetAppData @1004 - tidyReleaseDate @1005 - tidyStatus @1006 - tidyDetectedHtmlVersion @1007 - tidyDetectedXhtml @1008 - tidyDetectedGenericXml @1009 - tidyErrorCount @1010 - tidyWarningCount @1011 - tidyAccessWarningCount @1012 - tidyConfigErrorCount @1013 - tidyLoadConfig @1014 - tidyLoadConfigEnc @1015 - tidyFileExists @1016 - tidySetCharEncoding @1017 - tidySetInCharEncoding @1018 - tidySetOutCharEncoding @1019 - tidySetOptionCallback @1020 - tidyOptGetIdForName @1021 - tidyGetOptionList @1022 - tidyGetNextOption @1023 - tidyGetOption @1024 - tidyGetOptionByName @1025 - tidyOptGetId @1026 - tidyOptGetName @1027 - tidyOptGetType @1028 - tidyOptIsReadOnly @1029 - tidyOptGetCategory @1030 - tidyOptGetDefault @1031 - tidyOptGetDefaultInt @1032 - tidyOptGetDefaultBool @1033 - tidyOptGetPickList @1034 - tidyOptGetNextPick @1035 - tidyOptGetValue @1036 - tidyOptSetValue @1037 - tidyOptParseValue @1038 - tidyOptGetInt @1039 - tidyOptSetInt @1040 - tidyOptGetBool @1041 - tidyOptSetBool @1042 - tidyOptResetToDefault @1043 - tidyOptResetAllToDefault @1044 - tidyOptSnapshot @1045 - tidyOptResetToSnapshot @1046 - tidyOptDiffThanDefault @1047 - tidyOptDiffThanSnapshot @1048 - tidyOptCopyConfig @1049 - tidyOptGetEncName @1050 - tidyOptGetCurrPick @1051 - tidyOptGetDeclTagList @1052 - tidyOptGetNextDeclTag @1053 - tidyOptGetDoc @1054 - tidyOptGetDocLinksList @1055 - tidyOptGetNextDocLinks @1056 - tidyInitSource @1057 - tidyGetByte @1058 - tidyUngetByte @1059 - tidyIsEOF @1060 - tidyInitSink @1061 - tidyPutByte @1062 - tidySetReportFilter @1063 - tidySetErrorFile @1064 - tidySetErrorBuffer @1065 - tidySetErrorSink @1066 - tidySetMallocCall @1067 - tidySetReallocCall @1068 - tidySetFreeCall @1069 - tidySetPanicCall @1070 - tidyParseFile @1071 - tidyParseStdin @1072 - tidyParseString @1073 - tidyParseBuffer @1074 - tidyParseSource @1075 - tidyCleanAndRepair @1076 - tidyRunDiagnostics @1077 - tidySaveFile @1078 - tidySaveStdout @1079 - tidySaveBuffer @1080 - tidySaveString @1081 - tidySaveSink @1082 - tidyOptSaveFile @1083 - tidyOptSaveSink @1084 - tidyErrorSummary @1085 - tidyGeneralInfo @1086 - tidyGetRoot @1087 - tidyGetHtml @1088 - tidyGetHead @1089 - tidyGetBody @1090 - tidyGetParent @1091 - tidyGetChild @1092 - tidyGetNext @1093 - tidyGetPrev @1094 - tidyAttrFirst @1095 - tidyAttrNext @1096 - tidyAttrName @1097 - tidyAttrValue @1098 - tidyNodeGetType @1099 - tidyNodeGetName @1100 - tidyNodeIsText @1101 - tidyNodeIsProp @1102 - tidyNodeIsHeader @1103 - tidyNodeHasText @1104 - tidyNodeGetText @1105 - tidyNodeGetId @1106 - tidyNodeLine @1107 - tidyNodeColumn @1108 - tidyNodeIsHTML @1109 - tidyNodeIsHEAD @1110 - tidyNodeIsTITLE @1111 - tidyNodeIsBASE @1112 - tidyNodeIsMETA @1113 - tidyNodeIsBODY @1114 - tidyNodeIsFRAMESET @1115 - tidyNodeIsFRAME @1116 - tidyNodeIsIFRAME @1117 - tidyNodeIsNOFRAMES @1118 - tidyNodeIsHR @1119 - tidyNodeIsH1 @1120 - tidyNodeIsH2 @1121 - tidyNodeIsPRE @1122 - tidyNodeIsLISTING @1123 - tidyNodeIsP @1124 - tidyNodeIsUL @1125 - tidyNodeIsOL @1126 - tidyNodeIsDL @1127 - tidyNodeIsDIR @1128 - tidyNodeIsLI @1129 - tidyNodeIsDT @1130 - tidyNodeIsDD @1131 - tidyNodeIsTABLE @1132 - tidyNodeIsCAPTION @1133 - tidyNodeIsTD @1134 - tidyNodeIsTH @1135 - tidyNodeIsTR @1136 - tidyNodeIsCOL @1137 - tidyNodeIsCOLGROUP @1138 - tidyNodeIsBR @1139 - tidyNodeIsA @1140 - tidyNodeIsLINK @1141 - tidyNodeIsB @1142 - tidyNodeIsI @1143 - tidyNodeIsSTRONG @1144 - tidyNodeIsEM @1145 - tidyNodeIsBIG @1146 - tidyNodeIsSMALL @1147 - tidyNodeIsPARAM @1148 - tidyNodeIsOPTION @1149 - tidyNodeIsOPTGROUP @1150 - tidyNodeIsIMG @1151 - tidyNodeIsMAP @1152 - tidyNodeIsAREA @1153 - tidyNodeIsNOBR @1154 - tidyNodeIsWBR @1155 - tidyNodeIsFONT @1156 - tidyNodeIsLAYER @1157 - tidyNodeIsSPACER @1158 - tidyNodeIsCENTER @1159 - tidyNodeIsSTYLE @1160 - tidyNodeIsSCRIPT @1161 - tidyNodeIsNOSCRIPT @1162 - tidyNodeIsFORM @1163 - tidyNodeIsTEXTAREA @1164 - tidyNodeIsBLOCKQUOTE @1165 - tidyNodeIsAPPLET @1166 - tidyNodeIsOBJECT @1167 - tidyNodeIsDIV @1168 - tidyNodeIsSPAN @1169 - tidyNodeIsINPUT @1170 - tidyNodeIsQ @1171 - tidyNodeIsLABEL @1172 - tidyNodeIsH3 @1173 - tidyNodeIsH4 @1174 - tidyNodeIsH5 @1175 - tidyNodeIsH6 @1176 - tidyNodeIsADDRESS @1177 - tidyNodeIsXMP @1178 - tidyNodeIsSELECT @1179 - tidyNodeIsBLINK @1180 - tidyNodeIsMARQUEE @1181 - tidyNodeIsEMBED @1182 - tidyNodeIsBASEFONT @1183 - tidyNodeIsISINDEX @1184 - tidyNodeIsS @1185 - tidyNodeIsSTRIKE @1186 - tidyNodeIsU @1187 - tidyNodeIsMENU @1188 - tidyAttrGetId @1189 - tidyAttrIsEvent @1190 - tidyAttrIsProp @1191 - tidyAttrIsHREF @1192 - tidyAttrIsSRC @1193 - tidyAttrIsID @1194 - tidyAttrIsNAME @1195 - tidyAttrIsSUMMARY @1196 - tidyAttrIsALT @1197 - tidyAttrIsLONGDESC @1198 - tidyAttrIsUSEMAP @1199 - tidyAttrIsISMAP @1200 - tidyAttrIsLANGUAGE @1201 - tidyAttrIsTYPE @1202 - tidyAttrIsVALUE @1203 - tidyAttrIsCONTENT @1204 - tidyAttrIsTITLE @1205 - tidyAttrIsXMLNS @1206 - tidyAttrIsDATAFLD @1207 - tidyAttrIsWIDTH @1208 - tidyAttrIsHEIGHT @1209 - tidyAttrIsFOR @1210 - tidyAttrIsSELECTED @1211 - tidyAttrIsCHECKED @1212 - tidyAttrIsLANG @1213 - tidyAttrIsTARGET @1214 - tidyAttrIsHTTP_EQUIV @1215 - tidyAttrIsREL @1216 - tidyAttrIsOnMOUSEMOVE @1217 - tidyAttrIsOnMOUSEDOWN @1218 - tidyAttrIsOnMOUSEUP @1219 - tidyAttrIsOnCLICK @1220 - tidyAttrIsOnMOUSEOVER @1221 - tidyAttrIsOnMOUSEOUT @1222 - tidyAttrIsOnKEYDOWN @1223 - tidyAttrIsOnKEYUP @1224 - tidyAttrIsOnKEYPRESS @1225 - tidyAttrIsOnFOCUS @1226 - tidyAttrIsOnBLUR @1227 - tidyAttrIsBGCOLOR @1228 - tidyAttrIsLINK @1229 - tidyAttrIsALINK @1230 - tidyAttrIsVLINK @1231 - tidyAttrIsTEXT @1232 - tidyAttrIsSTYLE @1233 - tidyAttrIsABBR @1234 - tidyAttrIsCOLSPAN @1235 - tidyAttrIsROWSPAN @1236 - tidyAttrGetById @1237 - tidyAttrGetHREF @1238 - tidyAttrGetSRC @1239 - tidyAttrGetID @1240 - tidyAttrGetNAME @1241 - tidyAttrGetSUMMARY @1242 - tidyAttrGetALT @1243 - tidyAttrGetLONGDESC @1244 - tidyAttrGetUSEMAP @1245 - tidyAttrGetISMAP @1246 - tidyAttrGetLANGUAGE @1247 - tidyAttrGetTYPE @1248 - tidyAttrGetVALUE @1249 - tidyAttrGetCONTENT @1250 - tidyAttrGetTITLE @1251 - tidyAttrGetXMLNS @1252 - tidyAttrGetDATAFLD @1253 - tidyAttrGetWIDTH @1254 - tidyAttrGetHEIGHT @1255 - tidyAttrGetFOR @1256 - tidyAttrGetSELECTED @1257 - tidyAttrGetCHECKED @1258 - tidyAttrGetLANG @1259 - tidyAttrGetTARGET @1260 - tidyAttrGetHTTP_EQUIV @1261 - tidyAttrGetREL @1262 - tidyAttrGetOnMOUSEMOVE @1263 - tidyAttrGetOnMOUSEDOWN @1264 - tidyAttrGetOnMOUSEUP @1265 - tidyAttrGetOnCLICK @1266 - tidyAttrGetOnMOUSEOVER @1267 - tidyAttrGetOnMOUSEOUT @1268 - tidyAttrGetOnKEYDOWN @1269 - tidyAttrGetOnKEYUP @1270 - tidyAttrGetOnKEYPRESS @1271 - tidyAttrGetOnFOCUS @1272 - tidyAttrGetOnBLUR @1273 - tidyAttrGetBGCOLOR @1274 - tidyAttrGetLINK @1275 - tidyAttrGetALINK @1276 - tidyAttrGetVLINK @1277 - tidyAttrGetTEXT @1278 - tidyAttrGetSTYLE @1279 - tidyAttrGetABBR @1280 - tidyAttrGetCOLSPAN @1281 - tidyAttrGetROWSPAN @1282 - tidyCreateWithAllocator @1283 - - tidyInitInputBuffer @2001 - tidyInitOutputBuffer @2002 - tidyBufInit @2003 - tidyBufAlloc @2004 - tidyBufCheckAlloc @2005 - tidyBufFree @2006 - tidyBufClear @2007 - tidyBufAttach @2008 - tidyBufDetach @2009 - tidyBufAppend @2010 - tidyBufPutByte @2011 - tidyBufPopByte @2012 - tidyBufGetByte @2013 - tidyBufEndOfInput @2014 - tidyBufUngetByte @2015 - tidyBufInitWithAllocator @2016 - tidyBufAllocWithAllocator @2017 - tidyNodeGetValue @2018 +LIBRARY libtidy + EXPORTS + tidyCreate @1001 + tidyRelease @1002 + tidySetAppData @1003 + tidyGetAppData @1004 + tidyReleaseDate @1005 + tidyStatus @1006 + tidyDetectedHtmlVersion @1007 + tidyDetectedXhtml @1008 + tidyDetectedGenericXml @1009 + tidyErrorCount @1010 + tidyWarningCount @1011 + tidyAccessWarningCount @1012 + tidyConfigErrorCount @1013 + tidyLoadConfig @1014 + tidyLoadConfigEnc @1015 + tidyFileExists @1016 + tidySetCharEncoding @1017 + tidySetInCharEncoding @1018 + tidySetOutCharEncoding @1019 + tidySetOptionCallback @1020 + tidyOptGetIdForName @1021 + tidyGetOptionList @1022 + tidyGetNextOption @1023 + tidyGetOption @1024 + tidyGetOptionByName @1025 + tidyOptGetId @1026 + tidyOptGetName @1027 + tidyOptGetType @1028 + tidyOptIsReadOnly @1029 + tidyOptGetCategory @1030 + tidyOptGetDefault @1031 + tidyOptGetDefaultInt @1032 + tidyOptGetDefaultBool @1033 + tidyOptGetPickList @1034 + tidyOptGetNextPick @1035 + tidyOptGetValue @1036 + tidyOptSetValue @1037 + tidyOptParseValue @1038 + tidyOptGetInt @1039 + tidyOptSetInt @1040 + tidyOptGetBool @1041 + tidyOptSetBool @1042 + tidyOptResetToDefault @1043 + tidyOptResetAllToDefault @1044 + tidyOptSnapshot @1045 + tidyOptResetToSnapshot @1046 + tidyOptDiffThanDefault @1047 + tidyOptDiffThanSnapshot @1048 + tidyOptCopyConfig @1049 + tidyOptGetEncName @1050 + tidyOptGetCurrPick @1051 + tidyOptGetDeclTagList @1052 + tidyOptGetNextDeclTag @1053 + tidyOptGetDoc @1054 + tidyOptGetDocLinksList @1055 + tidyOptGetNextDocLinks @1056 + tidyInitSource @1057 + tidyGetByte @1058 + tidyUngetByte @1059 + tidyIsEOF @1060 + tidyInitSink @1061 + tidyPutByte @1062 + tidySetReportFilter @1063 + tidySetErrorFile @1064 + tidySetErrorBuffer @1065 + tidySetErrorSink @1066 + tidySetMallocCall @1067 + tidySetReallocCall @1068 + tidySetFreeCall @1069 + tidySetPanicCall @1070 + tidyParseFile @1071 + tidyParseStdin @1072 + tidyParseString @1073 + tidyParseBuffer @1074 + tidyParseSource @1075 + tidyCleanAndRepair @1076 + tidyRunDiagnostics @1077 + tidySaveFile @1078 + tidySaveStdout @1079 + tidySaveBuffer @1080 + tidySaveString @1081 + tidySaveSink @1082 + tidyOptSaveFile @1083 + tidyOptSaveSink @1084 + tidyErrorSummary @1085 + tidyGeneralInfo @1086 + tidyGetRoot @1087 + tidyGetHtml @1088 + tidyGetHead @1089 + tidyGetBody @1090 + tidyGetParent @1091 + tidyGetChild @1092 + tidyGetNext @1093 + tidyGetPrev @1094 + tidyAttrFirst @1095 + tidyAttrNext @1096 + tidyAttrName @1097 + tidyAttrValue @1098 + tidyNodeGetType @1099 + tidyNodeGetName @1100 + tidyNodeIsText @1101 + tidyNodeIsProp @1102 + tidyNodeIsHeader @1103 + tidyNodeHasText @1104 + tidyNodeGetText @1105 + tidyNodeGetId @1106 + tidyNodeLine @1107 + tidyNodeColumn @1108 + tidyNodeIsHTML @1109 + tidyNodeIsHEAD @1110 + tidyNodeIsTITLE @1111 + tidyNodeIsBASE @1112 + tidyNodeIsMETA @1113 + tidyNodeIsBODY @1114 + tidyNodeIsFRAMESET @1115 + tidyNodeIsFRAME @1116 + tidyNodeIsIFRAME @1117 + tidyNodeIsNOFRAMES @1118 + tidyNodeIsHR @1119 + tidyNodeIsH1 @1120 + tidyNodeIsH2 @1121 + tidyNodeIsPRE @1122 + tidyNodeIsLISTING @1123 + tidyNodeIsP @1124 + tidyNodeIsUL @1125 + tidyNodeIsOL @1126 + tidyNodeIsDL @1127 + tidyNodeIsDIR @1128 + tidyNodeIsLI @1129 + tidyNodeIsDT @1130 + tidyNodeIsDD @1131 + tidyNodeIsTABLE @1132 + tidyNodeIsCAPTION @1133 + tidyNodeIsTD @1134 + tidyNodeIsTH @1135 + tidyNodeIsTR @1136 + tidyNodeIsCOL @1137 + tidyNodeIsCOLGROUP @1138 + tidyNodeIsBR @1139 + tidyNodeIsA @1140 + tidyNodeIsLINK @1141 + tidyNodeIsB @1142 + tidyNodeIsI @1143 + tidyNodeIsSTRONG @1144 + tidyNodeIsEM @1145 + tidyNodeIsBIG @1146 + tidyNodeIsSMALL @1147 + tidyNodeIsPARAM @1148 + tidyNodeIsOPTION @1149 + tidyNodeIsOPTGROUP @1150 + tidyNodeIsIMG @1151 + tidyNodeIsMAP @1152 + tidyNodeIsAREA @1153 + tidyNodeIsNOBR @1154 + tidyNodeIsWBR @1155 + tidyNodeIsFONT @1156 + tidyNodeIsLAYER @1157 + tidyNodeIsSPACER @1158 + tidyNodeIsCENTER @1159 + tidyNodeIsSTYLE @1160 + tidyNodeIsSCRIPT @1161 + tidyNodeIsNOSCRIPT @1162 + tidyNodeIsFORM @1163 + tidyNodeIsTEXTAREA @1164 + tidyNodeIsBLOCKQUOTE @1165 + tidyNodeIsAPPLET @1166 + tidyNodeIsOBJECT @1167 + tidyNodeIsDIV @1168 + tidyNodeIsSPAN @1169 + tidyNodeIsINPUT @1170 + tidyNodeIsQ @1171 + tidyNodeIsLABEL @1172 + tidyNodeIsH3 @1173 + tidyNodeIsH4 @1174 + tidyNodeIsH5 @1175 + tidyNodeIsH6 @1176 + tidyNodeIsADDRESS @1177 + tidyNodeIsXMP @1178 + tidyNodeIsSELECT @1179 + tidyNodeIsBLINK @1180 + tidyNodeIsMARQUEE @1181 + tidyNodeIsEMBED @1182 + tidyNodeIsBASEFONT @1183 + tidyNodeIsISINDEX @1184 + tidyNodeIsS @1185 + tidyNodeIsSTRIKE @1186 + tidyNodeIsU @1187 + tidyNodeIsMENU @1188 + tidyAttrGetId @1189 + tidyAttrIsEvent @1190 + tidyAttrIsProp @1191 + tidyAttrIsHREF @1192 + tidyAttrIsSRC @1193 + tidyAttrIsID @1194 + tidyAttrIsNAME @1195 + tidyAttrIsSUMMARY @1196 + tidyAttrIsALT @1197 + tidyAttrIsLONGDESC @1198 + tidyAttrIsUSEMAP @1199 + tidyAttrIsISMAP @1200 + tidyAttrIsLANGUAGE @1201 + tidyAttrIsTYPE @1202 + tidyAttrIsVALUE @1203 + tidyAttrIsCONTENT @1204 + tidyAttrIsTITLE @1205 + tidyAttrIsXMLNS @1206 + tidyAttrIsDATAFLD @1207 + tidyAttrIsWIDTH @1208 + tidyAttrIsHEIGHT @1209 + tidyAttrIsFOR @1210 + tidyAttrIsSELECTED @1211 + tidyAttrIsCHECKED @1212 + tidyAttrIsLANG @1213 + tidyAttrIsTARGET @1214 + tidyAttrIsHTTP_EQUIV @1215 + tidyAttrIsREL @1216 + tidyAttrIsOnMOUSEMOVE @1217 + tidyAttrIsOnMOUSEDOWN @1218 + tidyAttrIsOnMOUSEUP @1219 + tidyAttrIsOnCLICK @1220 + tidyAttrIsOnMOUSEOVER @1221 + tidyAttrIsOnMOUSEOUT @1222 + tidyAttrIsOnKEYDOWN @1223 + tidyAttrIsOnKEYUP @1224 + tidyAttrIsOnKEYPRESS @1225 + tidyAttrIsOnFOCUS @1226 + tidyAttrIsOnBLUR @1227 + tidyAttrIsBGCOLOR @1228 + tidyAttrIsLINK @1229 + tidyAttrIsALINK @1230 + tidyAttrIsVLINK @1231 + tidyAttrIsTEXT @1232 + tidyAttrIsSTYLE @1233 + tidyAttrIsABBR @1234 + tidyAttrIsCOLSPAN @1235 + tidyAttrIsROWSPAN @1236 + tidyAttrGetById @1237 + tidyAttrGetHREF @1238 + tidyAttrGetSRC @1239 + tidyAttrGetID @1240 + tidyAttrGetNAME @1241 + tidyAttrGetSUMMARY @1242 + tidyAttrGetALT @1243 + tidyAttrGetLONGDESC @1244 + tidyAttrGetUSEMAP @1245 + tidyAttrGetISMAP @1246 + tidyAttrGetLANGUAGE @1247 + tidyAttrGetTYPE @1248 + tidyAttrGetVALUE @1249 + tidyAttrGetCONTENT @1250 + tidyAttrGetTITLE @1251 + tidyAttrGetXMLNS @1252 + tidyAttrGetDATAFLD @1253 + tidyAttrGetWIDTH @1254 + tidyAttrGetHEIGHT @1255 + tidyAttrGetFOR @1256 + tidyAttrGetSELECTED @1257 + tidyAttrGetCHECKED @1258 + tidyAttrGetLANG @1259 + tidyAttrGetTARGET @1260 + tidyAttrGetHTTP_EQUIV @1261 + tidyAttrGetREL @1262 + tidyAttrGetOnMOUSEMOVE @1263 + tidyAttrGetOnMOUSEDOWN @1264 + tidyAttrGetOnMOUSEUP @1265 + tidyAttrGetOnCLICK @1266 + tidyAttrGetOnMOUSEOVER @1267 + tidyAttrGetOnMOUSEOUT @1268 + tidyAttrGetOnKEYDOWN @1269 + tidyAttrGetOnKEYUP @1270 + tidyAttrGetOnKEYPRESS @1271 + tidyAttrGetOnFOCUS @1272 + tidyAttrGetOnBLUR @1273 + tidyAttrGetBGCOLOR @1274 + tidyAttrGetLINK @1275 + tidyAttrGetALINK @1276 + tidyAttrGetVLINK @1277 + tidyAttrGetTEXT @1278 + tidyAttrGetSTYLE @1279 + tidyAttrGetABBR @1280 + tidyAttrGetCOLSPAN @1281 + tidyAttrGetROWSPAN @1282 + tidyCreateWithAllocator @1283 + + tidyInitInputBuffer @2001 + tidyInitOutputBuffer @2002 + tidyBufInit @2003 + tidyBufAlloc @2004 + tidyBufCheckAlloc @2005 + tidyBufFree @2006 + tidyBufClear @2007 + tidyBufAttach @2008 + tidyBufDetach @2009 + tidyBufAppend @2010 + tidyBufPutByte @2011 + tidyBufPopByte @2012 + tidyBufGetByte @2013 + tidyBufEndOfInput @2014 + tidyBufUngetByte @2015 + tidyBufInitWithAllocator @2016 + tidyBufAllocWithAllocator @2017 + tidyNodeGetValue @2018 diff --git a/build/msvc/tidy.dsp b/build/msvc/tidy.dsp index e95adde..f405688 100644 --- a/build/msvc/tidy.dsp +++ b/build/msvc/tidy.dsp @@ -1,94 +1,94 @@ -# Microsoft Developer Studio Project File - Name="tidy" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=tidy - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "tidy.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "tidy.mak" CFG="tidy - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "tidy - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "tidy - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "tidy - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /Za /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 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 /subsystem:console /machine:I386 -# 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 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 /subsystem:console /profile /map /machine:I386 - -!ELSEIF "$(CFG)" == "tidy - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /Za /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "tidy - Win32 Release" -# Name "tidy - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\console\tidy.c -# End Source File -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="tidy" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=tidy - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tidy.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tidy.mak" CFG="tidy - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tidy - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "tidy - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tidy - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MT /Za /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# 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 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 /subsystem:console /machine:I386 +# 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 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 /subsystem:console /profile /map /machine:I386 + +!ELSEIF "$(CFG)" == "tidy - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /Za /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept +# 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "tidy - Win32 Release" +# Name "tidy - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\console\tidy.c +# End Source File +# End Group +# End Target +# End Project diff --git a/build/msvc/tidy.dsw b/build/msvc/tidy.dsw index e967fe0..0567970 100644 --- a/build/msvc/tidy.dsw +++ b/build/msvc/tidy.dsw @@ -1,56 +1,56 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "tidy"=.\tidy.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name tidylib - End Project Dependency -}}} - -############################################################################### - -Project: "tidydll"=.\tidydll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "tidylib"=.\tidylib.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "tidy"=.\tidy.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name tidylib + End Project Dependency +}}} + +############################################################################### + +Project: "tidydll"=.\tidydll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "tidylib"=.\tidylib.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/build/msvc/tidydll.dsp b/build/msvc/tidydll.dsp index 129c6de..41548ea 100644 --- a/build/msvc/tidydll.dsp +++ b/build/msvc/tidydll.dsp @@ -1,296 +1,296 @@ -# Microsoft Developer Studio Project File - Name="tidydll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=tidydll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "tidydll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "tidydll.mak" CFG="tidydll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "tidydll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "tidydll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "tidydll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "tidydll___Win32_Release" -# PROP BASE Intermediate_Dir "tidydll___Win32_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ReleaseDLL" -# PROP Intermediate_Dir "ReleaseDLL" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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:"ReleaseDLL/libtidy.dll" - -!ELSEIF "$(CFG)" == "tidydll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "tidydll___Win32_Debug" -# PROP BASE Intermediate_Dir "tidydll___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "DebugDLL" -# PROP Intermediate_Dir "DebugDLL" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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:"DebugDLL/libtidy.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "tidydll - Win32 Release" -# Name "tidydll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\src\access.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\alloc.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrask.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrdict.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrget.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrs.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\buffio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\clean.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\config.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\entities.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\fileio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\istack.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\lexer.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\localize.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\mappedio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\parser.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\pprint.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\streamio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tagask.c -# End Source File -# Begin Source File - -SOURCE=.\tidy.def -# End Source File -# Begin Source File - -SOURCE=..\..\src\tags.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tidylib.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tmbstr.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\utf8.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\win32tc.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\src\access.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrdict.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrs.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\buffio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\clean.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\config.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\entities.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\fileio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\forward.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\lexer.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\mappedio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\message.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\parser.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\platform.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\pprint.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\streamio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\tags.h -# End Source File -# Begin Source File - -SOURCE="..\..\src\tidy-int.h" -# End Source File -# Begin Source File - -SOURCE=..\..\include\tidy.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\tidyenum.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\tmbstr.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\utf8.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\version.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\win32tc.h -# End Source File -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="tidydll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=tidydll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tidydll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tidydll.mak" CFG="tidydll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tidydll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "tidydll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tidydll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "tidydll___Win32_Release" +# PROP BASE Intermediate_Dir "tidydll___Win32_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "ReleaseDLL" +# PROP Intermediate_Dir "ReleaseDLL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# 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 +# 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:"ReleaseDLL/libtidy.dll" + +!ELSEIF "$(CFG)" == "tidydll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "tidydll___Win32_Debug" +# PROP BASE Intermediate_Dir "tidydll___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "DebugDLL" +# PROP Intermediate_Dir "DebugDLL" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /FD /GZ /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# 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 +# 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:"DebugDLL/libtidy.dll" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "tidydll - Win32 Release" +# Name "tidydll - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\src\access.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\alloc.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrask.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrdict.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrget.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrs.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\buffio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\clean.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\config.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\entities.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\fileio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\istack.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\lexer.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\localize.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\mappedio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\parser.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\pprint.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\streamio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tagask.c +# End Source File +# Begin Source File + +SOURCE=.\tidy.def +# End Source File +# Begin Source File + +SOURCE=..\..\src\tags.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tidylib.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tmbstr.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\utf8.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\win32tc.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\..\src\access.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrdict.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrs.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\buffio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\clean.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\config.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\entities.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\fileio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\forward.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\lexer.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\mappedio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\message.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\parser.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\platform.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\pprint.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\streamio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\tags.h +# End Source File +# Begin Source File + +SOURCE="..\..\src\tidy-int.h" +# End Source File +# Begin Source File + +SOURCE=..\..\include\tidy.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\tidyenum.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\tmbstr.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\utf8.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\version.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\win32tc.h +# End Source File +# End Group +# End Target +# End Project diff --git a/build/msvc/tidylib.dsp b/build/msvc/tidylib.dsp index d5a233c..3e9dd65 100644 --- a/build/msvc/tidylib.dsp +++ b/build/msvc/tidylib.dsp @@ -1,295 +1,295 @@ -# Microsoft Developer Studio Project File - Name="tidylib" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=tidylib - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "tidylib.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "tidylib.mak" CFG="tidylib - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "tidylib - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "tidylib - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "tidylib - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W4 /GX /O2 /I "../../include" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"Release\libtidy.lib" - -!ELSEIF "$(CFG)" == "tidylib - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /Za /W4 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "_WIN32" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /U "WINDOWS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"Debug\libtidy.lib" - -!ENDIF - -# Begin Target - -# Name "tidylib - Win32 Release" -# Name "tidylib - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\src\access.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\alloc.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrask.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrdict.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrget.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrs.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\buffio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\clean.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\config.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\entities.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\fileio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\istack.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\lexer.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\localize.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\mappedio.c - -!IF "$(CFG)" == "tidylib - Win32 Release" - -!ELSEIF "$(CFG)" == "tidylib - Win32 Debug" - -# ADD CPP /Ze - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\src\parser.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\pprint.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\streamio.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tagask.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tags.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tidylib.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\tmbstr.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\utf8.c -# End Source File -# Begin Source File - -SOURCE=..\..\src\win32tc.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\src\access.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrdict.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\attrs.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\buffio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\clean.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\config.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\entities.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\fileio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\forward.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\lexer.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\mappedio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\message.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\parser.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\platform.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\pprint.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\streamio.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\tags.h -# End Source File -# Begin Source File - -SOURCE="..\..\src\tidy-int.h" -# End Source File -# Begin Source File - -SOURCE=..\..\include\tidy.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\tidyenum.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\tmbstr.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\utf8.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\version.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\win32tc.h -# End Source File -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="tidylib" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=tidylib - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tidylib.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tidylib.mak" CFG="tidylib - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tidylib - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "tidylib - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tidylib - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /MT /W4 /GX /O2 /I "../../include" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"Release\libtidy.lib" + +!ELSEIF "$(CFG)" == "tidylib - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /Za /W4 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "_WIN32" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /U "WINDOWS" /FD /GZ /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"Debug\libtidy.lib" + +!ENDIF + +# Begin Target + +# Name "tidylib - Win32 Release" +# Name "tidylib - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\src\access.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\alloc.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrask.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrdict.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrget.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrs.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\buffio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\clean.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\config.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\entities.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\fileio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\istack.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\lexer.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\localize.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\mappedio.c + +!IF "$(CFG)" == "tidylib - Win32 Release" + +!ELSEIF "$(CFG)" == "tidylib - Win32 Debug" + +# ADD CPP /Ze + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\src\parser.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\pprint.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\streamio.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tagask.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tags.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tidylib.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\tmbstr.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\utf8.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\win32tc.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\..\src\access.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrdict.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\attrs.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\buffio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\clean.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\config.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\entities.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\fileio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\forward.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\lexer.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\mappedio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\message.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\parser.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\platform.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\pprint.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\streamio.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\tags.h +# End Source File +# Begin Source File + +SOURCE="..\..\src\tidy-int.h" +# End Source File +# Begin Source File + +SOURCE=..\..\include\tidy.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\tidyenum.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\tmbstr.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\utf8.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\version.h +# End Source File +# Begin Source File + +SOURCE=..\..\src\win32tc.h +# End Source File +# End Group +# End Target +# End Project