Changeset 3480 for trunk/include


Ignore:
Timestamp:
May 2, 2000, 10:49:27 PM (25 years ago)
Author:
sandervl
Message:

added rule for symbol files; disabled profiling

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinwrap.h

    r3467 r3480  
    1 /* $Id: odinwrap.h,v 1.21 2000-04-30 23:19:36 phaller Exp $ */
     1/* $Id: odinwrap.h,v 1.22 2000-05-02 20:49:26 sandervl Exp $ */
    22
    33/*
     
    2626// override profiling
    2727//#undef PROFILE_ODIN
    28 #define PROFILE_ODIN
     28//#define PROFILE_ODIN
    2929
    3030
  • trunk/include/pdwin32.post

    r3064 r3480  
    1 # $Id: pdwin32.post,v 1.8 2000-03-09 19:41:20 sandervl Exp $
     1# $Id: pdwin32.post,v 1.9 2000-05-02 20:49:27 sandervl Exp $
    22#
    33# Odin32 API
     
    2929$(PDWIN32_BIN)\$(TARGET).exe: $(OBJDIR)\$(TARGET).exe
    3030!endif
     31    cd $(OBJDIR)
     32    $(MAPSYM) $(TARGET).map
     33    cd ..\..
     34    $(CP) $(OBJDIR)\$(TARGET).sym $(PDWIN32_BIN)
    3135    $(CP) $** $@
    3236    $(CP) $** $(@D)..\..\$(@F)
     37    $(CP) $(OBJDIR)\$(TARGET).sym $(@D)..\..
    3338
    3439
  • trunk/include/pdwin32.tools

    r3435 r3480  
    1 # $Id: pdwin32.tools,v 1.12 2000-04-20 06:44:29 phaller Exp $
     1# $Id: pdwin32.tools,v 1.13 2000-05-02 20:49:27 sandervl Exp $
    22# ODIN / win32os2 Project
    33#
     
    1616MKDIR       = mkdir
    1717ECHO        = echo
     18MAPSYM      = mapsym
    1819EXISTS      = $(PDWIN32_TOOLS)\Exists.cmd
    1920DOWITHDIRS  = $(PDWIN32_TOOLS)\dowithdirs.cmd
Note: See TracChangeset for help on using the changeset viewer.