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