Skip to content

Commit 8a291c9

Browse files
committed
- more info on how to generate .project in README-OMDev-MINGW.txt
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 315ef96 commit 8a291c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README-OMDev-MINGW.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ Adrian Pop, adrpo@ida.liu.se, date above.
2222

2323
4. inside the OpenModelica directory you will find a .project-sample file
2424
which you should rename to OpenModelica/.project and do whatever modifications
25-
you need on it to reflect your paths.
25+
you need on it to reflect your paths. Windows doesn't let you create files
26+
that start with dot (.) so you do like this:
27+
Copy your .project-sample to .project again from DOS:
28+
Start->Run->cmd.exe
29+
$ cd \path\to\OpenModelica
30+
$ ren ".project-sample" ".project"
2631

2732
5. rename the file the OpenModelica/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch-sample
2833
to OpenModelica/.externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch and do whatever

0 commit comments

Comments
 (0)