Changeset 53 for trunk/classes/res


Ignore:
Timestamp:
May 7, 2023, 10:36:01 PM (2 years ago)
Author:
gyoung
Message:

Make file changes to get it to build

Location:
trunk/classes/res
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/res/en/makefile

    r2 r53  
    2626$(OBJDIR)/mmres$(LANGUAGE).dll: mmres$(LANGUAGE).c $(OBJECTS) mmres$(LANGUAGE).def
    2727#               icc $(CPPFLAGS) -I$(INC) /Fo$(OBJDIR) $< mmres$(LANGUAGE).def
    28                 icc $(CPPFLAGS) -I$(INC) /Fe$(OBJDIR)\$@ $< mmres$(LANGUAGE).def
     28                icc $(CPPFLAGS) -I$(INC) /Fe$@ $< mmres$(LANGUAGE).def
    2929                rc -D $(ECS) -i $(INC) mmres$(LANGUAGE).rc $(OBJDIR)/mmres$(LANGUAGE).dll
    3030#               rc  mmres$(LANGUAGE).res mmres$(LANGUAGE).dll
  • trunk/classes/res/makefile

    r4 r53  
    77.PHONY:         clean cleaner clean_nlv
    88
    9 all:    nlv common_res
     9all:    nlv
     10#common_res
     11        cd ./common_res && make
    1012
    1113nlv:
     
    1719        done
    1820
    19 common_res:
    20         cd ./common_res && make
     21#common_res:
     22#       cd ./common_res && make
    2123
    2224clean_nlv:
Note: See TracChangeset for help on using the changeset viewer.