Changeset 3864 for trunk/src/odincrt


Ignore:
Timestamp:
Jul 19, 2000, 9:05:27 PM (25 years ago)
Author:
sandervl
Message:

Changed makefiles for debug & retail odincrt, gdi32-region api wrapper change

Location:
trunk/src/odincrt
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/makefile

    r3031 r3864  
    1 # $Id: makefile,v 1.17 2000-03-06 23:38:49 bird Exp $
     1# $Id: makefile,v 1.18 2000-07-19 19:05:11 sandervl Exp $
    22
    33#
     
    2626
    2727!ifdef VAC36
     28!ifdef DEBUG
     29RUNTIMELIBDEF   = odin36d.def
     30!else
    2831RUNTIMELIBDEF   = odin36.def
     32!endif
     33!else
     34!ifdef DEBUG
     35RUNTIMELIBDEF   = odincrtd.def
    2936!else
    3037RUNTIMELIBDEF   = odincrt.def
     38!endif
    3139!endif
    3240
     
    4250
    4351# Target name - name of the dll without extention and path.
    44 TARGET = odincrt
     52TARGET = $(ODINCRT)
    4553
    4654
Note: See TracChangeset for help on using the changeset viewer.