Ignore:
Timestamp:
Oct 6, 2023, 1:39:27 AM (2 years ago)
Author:
erdmann
Message:

fix "clean" recipe to honour case sensitivity of make (.RES file deletion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars/classes/res/en/makefile

    r53 r116  
    99CPPFLAGS     = /Ge- /Gm+ /G4 /Gl  /O+ /Oc+ /Ol- /Q+ $(VACDEBUG)
    1010INC     =       ../../inc
    11 DEFS         = 
    12 PROGS        = 
     11DEFS         =
     12PROGS        =
    1313
    1414OBJDIR  =       ../dll
     
    3131
    3232#mmres$(LANGUAGE).res:  mmres$(LANGUAGE).rc $(OBJECTS)
    33 #               rc -D $(ECS) -i $(INC) -r mmres$(LANGUAGE).rc 
     33#               rc -D $(ECS) -i $(INC) -r mmres$(LANGUAGE).rc
    3434
    3535
     
    4040        -rm *.*~
    4141        -rm *.flc
    42         -rm *.res
     42        -rm *.RES
    4343        -rm *.obj
    4444
Note: See TracChangeset for help on using the changeset viewer.