Changeset 4719 for trunk/src/opengl/glut


Ignore:
Timestamp:
Dec 3, 2000, 12:59:51 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/Makefile

    r4624 r4719  
    1 # $Id: Makefile,v 1.16 2000-11-19 08:58:15 bird Exp $
     1# $Id: Makefile,v 1.17 2000-12-02 23:58:44 bird Exp $
    22
    33#
     
    66#       glut32.dll makefile
    77#
    8 
    9 
    10 #
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\$(OBJDIR)
    16 PDWIN32_TOOLS   = ..\..\..\tools\bin
    178
    189
     
    2617# Compiler, tools, and interference rules.
    2718#
    28 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     19!include ../../../makefile.inc
    2920
    3021
     
    9889#
    9990LIBS = \
    100 $(PDWIN32_LIB)/$(ODINCRT).lib \
     91$(ODIN32_LIB)/$(ODINCRT).lib \
    10192$(RTLLIB_O) \
    102 $(PDWIN32_LIB)\winmm.lib \
    103 $(PDWIN32_LIB)\kernel32.lib \
    104 $(PDWIN32_LIB)\gdi32.lib \
    105 $(PDWIN32_LIB)\user32.lib \
    106 $(PDWIN32_LIB)\glu32.lib \
    107 $(PDWIN32_LIB)\opengl32.lib \
     93$(ODIN32_LIB)/winmm.lib \
     94$(ODIN32_LIB)/kernel32.lib \
     95$(ODIN32_LIB)/gdi32.lib \
     96$(ODIN32_LIB)/user32.lib \
     97$(ODIN32_LIB)/glu32.lib \
     98$(ODIN32_LIB)/opengl32.lib \
    10899os2386.lib
    109100
     
    118109# Includes the common rules.
    119110#
    120 !include $(PDWIN32_INCLUDE)/pdwin32.post
     111!include $(ODIN32_POST_INC)
    121112
    122113
     
    126117mydep:
    127118    $(DEPEND) -a $(CINCLUDES) \
    128         *.c *.cpp *.asm *.inc $(PDWIN32_INCLUDE)\*.h ..\mesa\gl\*.h
     119        *.c *.cpp *.asm *.inc $(ODIN32_INCLUDE)\*.h ..\mesa\gl\*.h
    129120
Note: See TracChangeset for help on using the changeset viewer.