root/tags/gdal_1_3_2/gcore/makefile.evc4

Revision 9194, 209 bytes (checked in by mloskot, 3 years ago)

[WCE] Add main makefile.evc for Windows CE target build

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #
2 # CPL (Common Portability Library) makefile
3 #
4
5 RES = Version.res
6
7 GDAL_ROOT = ..
8
9 !INCLUDE ..\nmake-wince.opt
10
11 default:        $(RES)
12
13 clean:
14         -del *.res
15
16 Version.res:   
17         rc -fo Version.res -r -I..\port Version.rc
18
Note: See TracBrowser for help on using the browser.