Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « vc6 « build « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a4f5d6ab2aff657226ddc418ead8c25a0247faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MSDEV := msdev
RM := rm -rf

default:
	$(MSDEV) glew.dsw /make \
	"glew_static - Win32 Release" \
	"glew_shared - Win32 Release" \
	"glewinfo - Win32 Release" \
	"visualinfo - Win32 Release" /build

debug:
	$(MSDEV) glew.dsw /make \
	"glew_static - Win32 Debug" \
	"glew_shared - Win32 Debug" \
	"glewinfo - Win32 Debug" \
	"visualinfo - Win32 Debug" /build


clean:
	$(MSDEV) glew.dsw /make all /clean
	$(RM) static shared *.plg *.ncb *.opt