Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
479 B

4 years ago
  1. !include $(RPC)\midlnew\rules.mk
  2. !ifdef C8
  3. CC = $(CCPLR)\$(BIN)\cl
  4. INCLUDEEXTRA = -I$(IMPORT)\os212\h -I$(CCPLR)\h -I$(RPCCOMMON)\ccxx20\include
  5. !endif
  6. OBJDIR = obj
  7. OBJOS2 = obj\os2
  8. ###############################################################################
  9. ### general inference rules
  10. ###############################################################################
  11. .SUFFIXES:
  12. .SUFFIXES: .c .obj .exe
  13. {.\}.c{$(OBJOS2)\}.obj:
  14. $(CC) $(CCFLAGS) -Fo$@ $(INCLUDEFLAGS) $<