Changeset 371 in Main for trunk


Ignore:
Timestamp:
Oct 17, 2024, 1:36:30 PM (4 weeks ago)
Author:
Nishi
Message:

remove module support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r362 r371  
    4141                        set ::env(INCLUDE) "/usr/watcom/h"
    4242                        set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
    43                         RunCommand "rm -rf os2"
     43                        RunCommand "rm -rf os2 tewidist.zip"
    4444                        RunCommand "make PLATFORM=os2"
    4545                        RunCommand "make PLATFORM=os2 install DESTDIR=os2/"
     
    5656                        set ::env(NOVELLNDK) "/usr/novell/clib"
    5757                        set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
    58                         RunCommand "rm -rf netware"
     58                        RunCommand "rm -rf netware tewidist.zip"
    5959                        RunCommand "make PLATFORM=netware"
    6060                        RunCommand "make PLATFORM=netware install DESTDIR=netware/"
Note: See TracChangeset for help on using the changeset viewer.