1
0

ml_http.nsh 545 B

1234567891011121314151617181920
  1. ; Sample HTTP Plugin
  2. SetOutPath $INSTDIR\ml_http
  3. ; project files
  4. File ${Hinterland}\ml_http\ml_http.sln
  5. File ${Hinterland}\ml_http\ml_http.vcproj
  6. ; source
  7. File ${Hinterland}\ml_http\main.cpp
  8. File ${Hinterland}\ml_http\main.h
  9. File ${Hinterland}\ml_http\HTMLControl.cpp
  10. File ${Hinterland}\ml_http\HTMLControl.h
  11. File ${Hinterland}\ml_http\SampleHttp.cpp
  12. ; resources
  13. File ${Hinterland}\ml_http\resource.h
  14. File ${Hinterland}\ml_http\ml_http.rc
  15. SetOutPath $INSTDIR\ml_http\resources
  16. File ${Hinterland}\ml_http\resources\ti_now_playing_16x16x16.bmp