File: Makefile.win

package info (click to toggle)
glut 3.7-25
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 13,036 kB
  • ctags: 47,177
  • sloc: ansic: 148,716; makefile: 44,180; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 52; sed: 49
file content (13 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for Win32

!include <win32.mak>

TOP  = ../..
SRCS = mui_test.c multi_test.c

EXTRALIBS = $(MUI)
DEPLIBS = $(MUI)

!include "$(TOP)/glutwin32.mak"

test : mui_test.exe multi_test.exe