blob: 19ac974cef5b83d4a74879907ba28b35297ff237 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
; Sample HTTP Plugin
SetOutPath $INSTDIR\ml_http
; project files
File ${Hinterland}\ml_http\ml_http.sln
File ${Hinterland}\ml_http\ml_http.vcproj
; source
File ${Hinterland}\ml_http\main.cpp
File ${Hinterland}\ml_http\main.h
File ${Hinterland}\ml_http\HTMLControl.cpp
File ${Hinterland}\ml_http\HTMLControl.h
File ${Hinterland}\ml_http\SampleHttp.cpp
; resources
File ${Hinterland}\ml_http\resource.h
File ${Hinterland}\ml_http\ml_http.rc
SetOutPath $INSTDIR\ml_http\resources
File ${Hinterland}\ml_http\resources\ti_now_playing_16x16x16.bmp
|