source: main/trunk/gs2-core/common-src/packages/sqlite/win32.mak@ 22832

Last change on this file since 22832 was 22832, checked in by mdewsnip, 14 years ago

Lots of improvements, particularly to Windows makefiles.

File size: 498 bytes
Line 
1###########################################################################
2#
3# win32.mak -- Windows Makefile for common-src\packages\sqlite
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
10
11
12all:
13 cd sqlite-amalgamation-3.5.9 && $(MAKE) /f win32.mak all install
14
15install:
16 cd sqlite-amalgamation-3.5.9 && $(MAKE) /f win32.mak install
17
18clean:
19 cd sqlite-amalgamation-3.5.9 && $(MAKE) /f win32.mak clean
Note: See TracBrowser for help on using the repository browser.