- Timestamp:
- Mar 31, 2003, 4:53:10 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/makefile
r4715 r9956 1 # $Id: makefile,v 1.2 5 2000-12-02 23:32:40 bird Exp $1 # $Id: makefile,v 1.26 2003-03-31 02:53:10 bird Exp $ 2 2 3 3 # … … 65 65 .cpp{$(OBJDIR)}.obj: 66 66 @echo compiling: $(@B).cpp 67 @$(CXX) $(CXXFLAGS) $(CINCLUDES) $(CDEFINES) -c $(CLISTING) $(COBJOUT) $ <67 @$(CXX) $(CXXFLAGS) $(CINCLUDES) $(CDEFINES) -c $(CLISTING) $(COBJOUT) $(MAKEDIR)\$< 68 68 !else 69 69 !error "Compiler is not yet supported."
Note:
See TracChangeset
for help on using the changeset viewer.