Changeset 4643


Ignore:
Timestamp:
Nov 20, 2000, 6:00:50 AM (25 years ago)
Author:
bird
Message:

Some changes to the SMP rules.
Started to make it more Watcom friendly - not at all completed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r4024 r4643  
    1 # $Id: makefile,v 1.12 2000-08-17 05:11:22 bird Exp $
     1# $Id: makefile,v 1.13 2000-11-20 05:00:50 bird Exp $
    22
    33#
     
    2323#
    2424
     25#
     26# Directory macros.
     27#
     28PDWIN32_INCLUDE = .\include
     29PDWIN32_TOOLS   = .\tools
     30PDWIN32_LIB     = .\lib
     31PDWIN32_BIN     = .\bin
     32
     33
     34#
     35# Include makefile. (Not completeled)
     36#
     37#!include $(PDWIN32_INCLUDE)/pdwin32.mk
     38
    2539all:            odin_libraries  needed_tools
    2640    cd src
    27     nmake -nologo all
     41    nmake -nologo  all
    2842    cd ..\tools\install
    29     nmake -nologo all
     43    nmake -nologo  all
    3044
    3145clean:
     
    4559debugsmp:       odin_libraries  needed_tools
    4660    cd src
    47     start nmake -i -f makefile.smp -nologo all DEBUG=1
    48     nmake -nologo all DEBUG=1
     61    nmake -nologo DEBUG=1 smp
    4962    cd ..\tools\install
    50     nmake -nologo all DEBUG=1
     63    nmake -nologo DEBUG=1 all
    5164
    5265nodebuginfo:    odin_libraries  needed_tools
     
    5871nodebuginfosmp: odin_libraries  needed_tools
    5972    cd src
    60     start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1
    61     nmake -nologo all DEBUG=1 NODEBUGINFO=1
     73    nmake -nologo DEBUG=1 NODEBUGINFO=1 smp
    6274    cd ..\tools\install
    63     nmake -nologo all DEBUG=1 NODEBUGINFO=1
     75    nmake -nologo DEBUG=1 NODEBUGINFO=1 all
    6476
    6577release:        odin_libraries  needed_tools
     
    7385    SET DEBUG=
    7486    cd src
    75     start nmake -i -f makefile.smp -nologo all
    76     nmake -nologo all
     87    nmake -nologo smp
    7788    cd ..\tools\install
    7889    nmake -nologo all
Note: See TracChangeset for help on using the changeset viewer.