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/mm-progs/videoplayer/makefile

    r53 r116  
    44
    55CC           = gcc
    6 LIB_DIR      = $d:/emx/lib 
     6LIB_DIR      = $d:/emx/lib
    77#CPPFLAGS     = -Ge- /Gm+ -G4 -Gl  /O+ -Oc+ -Ol
    88#CPPFLAGS     = -O -Zomf -Zcrtdll -Zmtd -s
    99CPPFLAGS     = -O -Wall -Zomf -Zmt -s
    1010INC             = ../include -I ../../../classes/inc -I ../../../common_functions/include
    11 DEFS         = 
    12 PROGS        = 
     11DEFS         =
     12PROGS        =
    1313ODIR            = .
    1414CPPDIR  = .
     
    2020all:    mmplayer.exe vioplayer.exe
    2121
    22 $(LIBDIR)/%.obj:        $(COMMONSRC)/%.c 
    23         gcc -c -Wall -o$@ -Zomf -I$(INC) $< 
     22$(LIBDIR)/%.obj:        $(COMMONSRC)/%.c
     23        gcc -c -Wall -o$@ -Zomf -I$(INC) $<
    2424
    2525%.obj:  %.c
    26         gcc -c -Wall -o$@ -Zomf -I$(INC) $< 
     26        gcc -c -Wall -o$@ -Zomf -I$(INC) $<
    2727
    2828mmplayer.exe:   mmplayer.c $(OBJECTS) $(OBJS2) makefile
     
    3838        -rm *.dll
    3939        -rm *.obj
    40         -rm *.res
     40        -rm *.RES
    4141        -rm *.ini
    4242
Note: See TracChangeset for help on using the changeset viewer.