Changeset 9956 for trunk/src


Ignore:
Timestamp:
Mar 31, 2003, 4:53:10 AM (22 years ago)
Author:
bird
Message:

Full path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/makefile

    r4715 r9956  
    1 # $Id: makefile,v 1.25 2000-12-02 23:32:40 bird Exp $
     1# $Id: makefile,v 1.26 2003-03-31 02:53:10 bird Exp $
    22
    33#
     
    6565.cpp{$(OBJDIR)}.obj:
    6666    @echo compiling: $(@B).cpp
    67     @$(CXX) $(CXXFLAGS) $(CINCLUDES) $(CDEFINES) -c $(CLISTING) $(COBJOUT) $<
     67    @$(CXX) $(CXXFLAGS) $(CINCLUDES) $(CDEFINES) -c $(CLISTING) $(COBJOUT) $(MAKEDIR)\$<
    6868!else
    6969!error  "Compiler is not yet supported."
Note: See TracChangeset for help on using the changeset viewer.