Ignore:
Timestamp:
Dec 3, 2000, 1:34:40 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)
makefile.vac and makefile.smp are obsolete and therefore removed.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/test/makefile.wat

    r1870 r4722  
    1 # $Id: makefile.wat,v 1.1 1999-11-28 23:10:08 bird Exp $
     1# $Id: makefile.wat,v 1.2 2000-12-03 00:34:40 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    66#       kernel32testw.exe makefile
    77#
    88
    9 PDWIN32_INCLUDE = ..\..\..\include
    10 PDWIN32_LIB = ..\..\..\lib
    11 PDWIN32_BIN = ..\..\..\bin
    12 PDWIN32_TOOLS = ..\..\..\tools\bin
     9!error "this don't work"
     10!include ../../../makefile.inc
    1311
    14 
    15 !include $(PDWIN32_INCLUDE)/pdwin32.mk
    16 
    17 INCLUDES = $(WATCOM)\h;$(WATCOM)\h\nt;$(PDWIN32_INCLUDE)
     12INCLUDES = $(WATCOM)\h;$(WATCOM)\h\nt;$(ODIN32_INCLUDE)
    1813
    1914RC      = $(WATCOM)\binw\wrc.exe
     
    7368clean:
    7469    $(RM) *.OBJ $(TARGET).exe rsrc.res $(TARGET).map *.pch
     70
Note: See TracChangeset for help on using the changeset viewer.