# nmake file for MS Windows + CitrusPerl
chordpro.exe : chordpro.pp
pp --output=chordpro.exe @chordpro.pp ../script/chordpro.pl
# For wxWidgets, explicit libraries are specified in wxchordpro.pp and the
# PATH must be set accordingly.
wxchordpro.exe : chordpro.pp wxchordpro.pp wxchordpro.msw.pp
set path=C:\\CitrusPerl\\vendor\\lib\\Alien\\wxWidgets\\msw_2_8_12_uni_gcc_3_4\\lib;%path%
pp --output=wxchordpro.exe @wxchordpro.msw.pp ../script/wxchordpro.pl