Changeset 123 for trunk/foundation/Makefile
- Timestamp:
- Nov 28, 2006, 8:35:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/foundation/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/Makefile
r122 r123 26 26 27 27 28 CLASSOBJECTS = $(OBJDIR)/nomstring.o 28 CLASSOBJECTS = $(OBJDIR)/nomstring.o \ 29 $(OBJDIR)/nomfilepath.o 29 30 30 31 … … 67 68 $(CC) -I $(INC) $(GCCFLAGSDLL) -o$@ $< 68 69 70 $(CLASSCDIR)/%.c: $(IDLDIR)/%.idl 71 $(BASE_NOMCOMPILEIH) 72 $(BASE_NOMCOMPILEH) 73 $(BASE_NOMCOMPILEC) 74 75 69 76 # Create the directories for temp files 70 77 $(OBJDIR)/o.dep:
Note:
See TracChangeset
for help on using the changeset viewer.
