Changeset 61136
- Timestamp:
- Jul 3, 2014, 7:42:15 AM (10 years ago)
- Location:
- grass/trunk
- Files:
-
- 1 added
- 1 edited
-
include/Make/Script.make (modified) (1 diff)
-
scripts/windows_launch.bat (added)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/include/Make/Script.make
r57109 r61136 19 19 20 20 SCRIPT_ACTIONS = $(SCRIPT) $(ETCPYFILES) $(ETCPYCFILES) html scriptstrings 21 ifdef MINGW 22 SCRIPT_ACTIONS += $(BIN)/$(PGM).bat 23 endif 21 24 22 25 script: $(SCRIPT_ACTIONS) 26 27 $(BIN)/$(PGM).bat: $(MODULE_TOPDIR)/scripts/windows_launch.bat 28 sed -e "s#SCRIPT_NAME#$(PGM)#" $(MODULE_TOPDIR)/scripts/windows_launch.bat > $@ 29 unix2dos $@ 23 30 24 31 scriptstrings: $(STRINGDIR)/$(PGM)_to_translate.c
Note:
See TracChangeset
for help on using the changeset viewer.
