ProjectDefinition.st
changeset 10312 7f71d47b09bd
parent 10306 d5a7e62bd20f
child 10317 f554c4f5e78f
equal deleted inserted replaced
10311:1cf7f6da9fad 10312:7f71d47b09bd
  1268 
  1268 
  1269     "Created: / 22-08-2006 / 23:53:33 / cg"
  1269     "Created: / 22-08-2006 / 23:53:33 / cg"
  1270 !
  1270 !
  1271 
  1271 
  1272 additionalRules_bc_dot_mak
  1272 additionalRules_bc_dot_mak
  1273     "allows for additional rules to be added to the bc.mak file.
  1273     "obsolete - kept for compatibility with old project files"
  1274      Subclasses may redefine this"
  1274     
  1275 
  1275     ^ ''
  1276     "backward compatibilty with old projects"
  1276 
  1277 
  1277     "Created: / 22-08-2006 / 23:59:24 / cg"
  1278     ^ self additionalRules_nt_dot_mak
       
  1279 !
  1278 !
  1280 
  1279 
  1281 additionalRules_make_dot_proto
  1280 additionalRules_make_dot_proto
  1282     "allows for additional rules to be added to the make.proto file."
  1281     "allows for additional rules to be added to the make.proto file."
  1283 
  1282 
  1284     ^ ''
  1283     ^ ''
  1285 
  1284 
  1286     "Created: / 22-08-2006 / 23:59:16 / cg"
  1285     "Created: / 22-08-2006 / 23:59:16 / cg"
  1287 !
  1286 !
  1288 
  1287 
  1289 additionalRules_nt_dot_mak
       
  1290     "obsolete - kept for compatibility with old project files"
       
  1291 
       
  1292     ^ ''
       
  1293 
       
  1294     "Created: / 22-08-2006 / 23:59:24 / cg"
       
  1295 !
       
  1296 
       
  1297 additionalSharedLinkLibraries_make_dot_proto
  1288 additionalSharedLinkLibraries_make_dot_proto
  1298     "allows for additional shared libraries to be added to the make.proto file."
  1289     "allows for additional shared libraries to be added to the make.proto file."
  1299 
  1290 
  1300     ^ ''
  1291     ^ ''
  1301 !
  1292 !
  1302 
  1293 
  1303 additionalTargets_bc_dot_mak
  1294 additionalTargets_bc_dot_mak
  1304     "allows for additional targets to be added to the bc.mak file.
  1295     "obsolete - kept for compatibility with old project files"
  1305      Subclasses may redefine this"
  1296     
  1306 
  1297     ^ ''
  1307     "backward compatibilty with old projects"
       
  1308 
       
  1309     ^ self additionalTargets_nt_dot_mak
       
  1310 
       
  1311 
  1298 
  1312     "Created: / 23-08-2006 / 00:00:35 / cg"
  1299     "Created: / 23-08-2006 / 00:00:35 / cg"
  1313 !
  1300 !
  1314 
  1301 
  1315 additionalTargets_make_dot_proto
  1302 additionalTargets_make_dot_proto
  1316     "allows for additional targets to be added to the make.proto file."
  1303     "allows for additional targets to be added to the make.proto file."
  1317 
  1304 
  1318     ^ ''
  1305     ^ ''
  1319 
  1306 
  1320     "Created: / 22-08-2006 / 23:53:33 / cg"
  1307     "Created: / 22-08-2006 / 23:53:33 / cg"
  1321 !
       
  1322 
       
  1323 additionalTargets_nt_dot_mak
       
  1324     "obsolete - kept for compatibility with old project files"
       
  1325 
       
  1326     ^ ''
       
  1327 
       
  1328     "Created: / 23-08-2006 / 00:00:35 / cg"
       
  1329 !
  1308 !
  1330 
  1309 
  1331 localIncludes
  1310 localIncludes
  1332     "allow for the specification of addition include directories"
  1311     "allow for the specification of addition include directories"
  1333 
  1312 
  3721 ! !
  3700 ! !
  3722 
  3701 
  3723 !ProjectDefinition class methodsFor:'documentation'!
  3702 !ProjectDefinition class methodsFor:'documentation'!
  3724 
  3703 
  3725 version
  3704 version
  3726     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.133 2007-01-11 18:07:01 stefan Exp $'
  3705     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.134 2007-01-12 13:37:02 stefan Exp $'
  3727 ! !
  3706 ! !
  3728 
  3707 
  3729 ProjectDefinition initialize!
  3708 ProjectDefinition initialize!