Ignore:
Timestamp:
Nov 28, 2006, 8:35:05 PM (19 years ago)
Author:
cinc
Message:

Created skeleton for NOMFilePath class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/foundation/Makefile

    r122 r123  
    2626
    2727
    28 CLASSOBJECTS    =       $(OBJDIR)/nomstring.o
     28CLASSOBJECTS    =       $(OBJDIR)/nomstring.o \
     29                        $(OBJDIR)/nomfilepath.o
    2930
    3031
     
    6768        $(CC) -I $(INC) $(GCCFLAGSDLL)  -o$@ $<
    6869
     70$(CLASSCDIR)/%.c:       $(IDLDIR)/%.idl
     71        $(BASE_NOMCOMPILEIH)
     72        $(BASE_NOMCOMPILEH)
     73        $(BASE_NOMCOMPILEC)
     74
     75
    6976# Create the directories for temp files
    7077$(OBJDIR)/o.dep:
Note: See TracChangeset for help on using the changeset viewer.