root / trunk / linux / lc

Revision 10, 145 bytes (checked in by leocad, 9 years ago)

Removed Ms from non-win files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3# set the LeoCAD library path
4LEOCAD_LIB=/mnt/f/projects/leocad/windows/debug/
5export LEOCAD_LIB
6
7# run the program
8./leocad
9
10
11
12
13
14
15
16
Note: See TracBrowser for help on using the browser.