Ignore:
Timestamp:
Jan 28, 2024, 11:17:52 PM (19 months ago)
Author:
gyoung
Message:

Automate building of all def files. Some minor code and makefile cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/create_mfldr_def.CMD

    r104 r148  
    99if theVersion="" THEN theVersion=0.0.0
    1010
    11 def="; mediafolder.DEF: DEF-file for mediafld.dll"||'0d'x||'0a'x
     11def="; mediafolder.def: DEF-file for mediafld.dll"||'0d'x||'0a'x
    1212def=def||";"||'0d'x||'0a'x
    13 def=def||";                    (C) Chris Wohlgemuth 2002-"||WORD(DATE(), 3)  ||'0d'x||'0a'x
     13def=def||";                    (C) Chris Wohlgemuth 2002-205 Netlabs CWMM Team 2023-"||WORD(DATE(), 3)  ||'0d'x||'0a'x
    1414def=def||";/*"||'0d'x||'0a'x
    1515def=def||"; * This program is free software; you can redistribute it and/or modify"||'0d'x||'0a'x
     
    2828def=def||"; */"||'0d'x||'0a'x
    2929def=def||";/*"||'0d'x||'0a'x
    30 def=def||"; * If you need another license for your project/product contact me at"||'0d'x||'0a'x
    31 def=def||"; * "||'0d'x||'0a'x
    32 def=def||"; * http://www.os2world.com/cdwriting"||'0d'x||'0a'x
    33 def=def||"; * http://www.geocities.com/SiliconValley/Sector/5785/"||'0d'x||'0a'x
    34 def=def||"; */"||'0d'x||'0a'x
    3530
    3631def=def||'0d'x||'0a'x
Note: See TracChangeset for help on using the changeset viewer.